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