2013-09-21 123 views
0

我是Python的新手,並且在我的遊戲「鑽石之劍任務」中遇到問題。 每當我運行該腳本,它不斷想出'需要語法錯誤幫助

File "/Users/parent/Desktop/Python applets/The Quest for the Diamond Sword.py", line 16 
    if direction == 'Right' 
         ^
SyntaxError: invalid syntax 

我試圖改變「一個」,但它不會工作

回答

4

你到底需要一個冒號;對於例如,

if direction == 'Right':