for i in table.keys():
if table[i]==18798965:
first=i
if table[i]==12738624:
second=i
>>> print ("the encyrpted word is: %s%s") %(first,second);
the encyrpted word is: %s%s
Traceback (most recent call last):
File "<pyshell#31>", line 1, in <module>
print ("the encyrpted word is: %s%s") %(first,second);
TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'
我認爲在大學的python版本與我在家裏使用的版本不同。在控制檯打印字符串時出錯
任何人都可以幫我解決這個錯誤嗎?
-1 for URGENT請看 – 2013-03-01 17:48:22
「緊急請關閉」你說的? Wokay。 – Xeo 2013-03-01 17:49:00
這是一個新用戶。不要這麼苛刻。他們需要教練,而不是拒絕。 – 2013-03-01 17:53:15