Error Handling…I haven't gotten to this yet but I was practicing and can't find a way to fix this from the research I did

后端 未结 0 837
长情又很酷
长情又很酷 2021-01-03 08:09
for chance in range(3):
  print("Try #"+str(chance+1))
  guess = int(input("Please enter your number "))
  answer = 2
  if guess == answer:
              


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题