import time
print("hello, do you want to play this detective game?")
choice == input("Yes or no?")
if choice 'no' :
print: "ok then, bye"
exit
if choice'yes':
start
name == input("Enter your name")
print("hello, " + name ", in this game you are a famous detective handling a theft case."
time.sleep(1)
print(" you have gone on a holiday but ended up lost in the forest. you see a man walking up to you")
time.sleep(1)
print ("man:' hi there! you seem quite lost! Do you want to stay the night with me?'")
print(" you said:'why should i? i dont even know you'")
print(" man : ' Do as you please, but if you stay in the forest for the night here's a friendly warning: there's wild wolves in the forests.'")
choose == input("stay the night or refuse?")
if choose "refuse":
print("man: ' boy, you are stubborn!")
print("the man walks away, leaving you behind" + " In the end, you got eaten by the wolves due to your stubborness. THE END")
choice == input("do you want to play again? yes or no?")
if choice "yes":
start
if choice "no":
print("ok then, bye!")
exit
基本的に私の質問は上部の[無効な構文]です[再生しますか? ] '応答なし。Pythonの無効な構文を修正できません
しかし私はそれを消去すると問題は次の行に行く。それは非常に迷惑で、私はそれを解決する方法を見つけることができません。
私は間を変更しようとした 'と "が、結果は同じです。
私はちょうど昨日始め、まだ無効について非常に明確ではないとして、あなたがたのうち、応答に時間がかかる場合、私は喜んでいるだろう。構文
あなたはこの行の決算括弧が必要ですか? 'print(" hello、 "+ name"、このゲームでは、あなたは有名な探偵が盗難事件を処理している " - なぜこれはあなたの他の印刷文に似ていないのですか?" print: "ok then、bye" '---基本的には**ロット**の入力が必要**正確には**あなたがコピーしているものです。閉じるは十分ではありません。正確にする必要があります。 – jwpfox
誤った構文が多すぎますpycharmまたは他のIDEをお勧めします –
コードには多くの非常に基本的なエラーがあります。いくつかの行はPythonではありません。申し訳ありませんが、もう一度チュートリアルを進めなければならないと思います。 –