import pickle
FILE_PATH = 'banner.p'
output = pickle.load(open(FILE_PATH))
result = ''
for i in output:
    for ii in i:
        result += ii[0]*ii[1]
    print result+'\n'
    result = ''
這題雖然一開始我就覺得是pickle
但得到data以後,我一直都看不懂
雖然試過幾種想法,但好想都不太對
總之,我覺得我花太久解這題
好像一點也沒有解出來的喜悅
真是的。
 
4 comments:
什麼闖關遊戲~"~
就是寫程式去得到下一關的網址
It sounds cool.
It's not bad.
Post a Comment