yes = 10 no = 5 (input("Do you want to play a game I don't care what you say no=5 yes=10")) print("You said " + str(yes)) if yes <= 9: print("ok") else: print("LOL") can somebody help me in coding python
Incorrect forum
Hm
If you need help, please contact our Help and Support team.
yes = 10 no = 5 (input("Do you want to play a game I don't care what you say no=5 yes=10")) print("You said " + str(yes)) if yes <= 9: print("ok") else: print("LOL") can somebody help me in coding python