num = int(input("Enter a number: ")) if num % 2 : print("This is an odd number") else : print("That is an even number")