Tuesday, July 22, 2025

WTP in python - check the number is Even or Odd

 

Write a program that takes an integer input and checks whether it is even or odd.


num=int(input("Please Enter the Number : "))


num_check = num % 2


if (num_check == 0):

    print(f"{num} even number")

else:

    print("odd number ")

No comments:

Post a Comment

30 Detailed Daily Speaking Scripts (Advanced Fluency)

  🟦 DAYS 1–10: BASIC FLUENCY & CLARITY ✅ Day 1 – Professional Self‑Introduction Example Script: “Let me introduce myself. My name is An...