#try to avoid input function a = int(input("Enter any Number")) if a % 2 == 0: print("Even Number") else: print("Odd Number")
Click the run button. Try to avoid input() function.