Me and a friend are making a text adventure game, but when we ge to the Pay or Steal part, it doesnt show up. Any ideas?

前端 未结 0 735
我在风中等你
我在风中等你 2020-12-22 03:53
while True:
 if merchant == "axe":
   p_or_s = input(f\'Good choice! That will be 50 gold.\\n[Pay]\\n[Steal]\\n\').lower()
   break
  if p_or_s == "pa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题