Have couple mistakes in python with while and elif statements

后端 未结 0 1457
滥情空心
滥情空心 2020-12-12 02:14
from random import randint

play = "yes"
while play == "yes":
    choice = int(input("Would you like to play yourself(1) or let machine(2) p         


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