+ 1
You need to convert your input to int-type, now it's a string, also lose the blank between print and ("Yo"), try something like this x=int(input()) if(x>14): print("yo")
22nd Jan 2018, 2:43 PM
Jente