How to check of the number is Even or Odd using python

num = int(input("Enter a number: ")) if num % 2 == 0:print("Even")else:print("Od

Created By :

Created On :

23-03-2024

line

Copyrights © 2024 letsupdateskills All rights reserved