0 num = int(input("Enter a number:")) if num % 2 > 0 : print("it is a odd man") else : print("it is a even man")