Python executable file is not running the if else functions properly

前端 未结 0 1162
悲哀的现实
悲哀的现实 2020-12-20 13:26

I have created a Q and A type python program. Like-

Yes_no = input("do you wanna play? ").lower()

if Yes_no == \'yes\':
    print("let\'s get          


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