injd = int(input('Enter a number')) n = injd % 2 if n > 0: print('This is an odd number') else: print('This is an even number')