Complete Video Learning
Table of Contents
x=int(input("Enter No. :")) if (x%2==0): print("even") else: print("odd")