OverIQ.com
Run (or Hit F9)
number = int(input("Enter a number: \n")) if number > 10: print("Number is greater than 10")
20