所以,我的一個朋友告訴我或聲明,但是當我使用它,它說無效的語法......但不會告訴我在哪裏或聲明無效語法
#Fun Game
print("Enter name")
firstname = input()
print ("Thousands of years further from our time, the continents collided, creating mass devastation and heat.You,"+firstname+" lived in a peacful village until")
print (" your village was raided by four men, everyone else died other than you, who was trained as an assasin and killed them all")
age1 = input ("you,"+firstname+" as a 16 year old killed them all and escaped into a cave. Now that cave is what you call home.Enter your character's current age(max 25 min 20) ")
if age1 == "20":
print("")
or age1 == "21":
print("")
or age1 == "22":
print ("")
or age1 == "23":
print ("")
or age1 == "24":
print ("")
or age1 == "25":
print("")
else:
print ("Choose an age in the list")
cave1 = input ("You can do 2 things:")
print ("1.Go to your friend's village(700 people,military grade)and trade,look for bountys and find news")
Python總是告訴你錯誤在哪裏。 – techydesigner
這次沒有這樣做(你知道爲什麼嗎?) –
你在IDLE中運行這個嗎? – techydesigner