more levels

This commit is contained in:
dan
2021-02-20 01:01:03 -05:00
parent 8514b4e6ab
commit 18118951e3
4 changed files with 2354 additions and 0 deletions

8
lvl5.py Normal file
View File

@@ -0,0 +1,8 @@
import pickle
x = pickle.load( open( "banner.p", "rb"))
for each in x:
for every in each:
print(every[0]*every[1], end='')
print()