IDLE正在將if語句註冊爲語法錯誤。我的代碼如下:if語句中的IDLE語法錯誤
import random ;\
print("Welcome to the fortune cookie simulator") ;\
print("\n\nThe fortune cookie minus the good part..") ;\
input("\n\n\nPress enter to recieve your fortune!") ;\
fortune = random.randint(1, 5) ;\
if fortune==1: ;\
print("You will die today") ;\
爲什麼你有; \在每一行的結尾? – 2014-09-28 20:50:42
這不是Python語法......或者說,我應該說,這是一個單線程。 – Tritium21 2014-09-28 20:52:09
將多條線段分開......有趣。 – chepner 2014-09-28 20:53:45