-4
これはコードは、私はPythonのコードの一部を持っていると私は、オブジェクトを定義しているが、それは認識されません
def startgame():
print ("welcome to the game type start to continue")
print
prompt_sta()
#the error is here
def prompt_sta():
prompt_sta = raw_input ("Enter a command: ")
startgame()
prompt_sta
定義する前に 'prompt_sta'を呼び出します。 – Uriel
これはダウン投票したり閉じたりすることはできません。これは非常に簡単に解決される質問ですが、それは明確で客観的でプログラミングに関連しています。 – Omnifarious
そして研究努力がないことを忘れてしまった。 – csmckelvey