can somebody help me code python

Sort:
Avatar of Whatusernameisnotfull
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")
Avatar of Miin1500

Nah

Avatar of Miin1500

Dont do yes = 10 or smth

Avatar of Miin1500

Use bools like statement = ture

Avatar of Miin1500

Nah, answer =input("wanna play? Yes =y no=n")

Avatar of Miin1500

Print("u said " + answer)