From cca17d5332f2a9aab63fe4bc9c8bc3911e543397 Mon Sep 17 00:00:00 2001 From: SHUBNUMFATHIMAAB Date: Fri, 26 Dec 2025 20:22:40 +0530 Subject: [PATCH] Update Conditional Statements in Python: Even or Odd Checker.md --- Conditional Statements in Python: Even or Odd Checker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Conditional Statements in Python: Even or Odd Checker.md b/Conditional Statements in Python: Even or Odd Checker.md index 2b62af3d1..507e87f11 100644 --- a/Conditional Statements in Python: Even or Odd Checker.md +++ b/Conditional Statements in Python: Even or Odd Checker.md @@ -12,7 +12,10 @@ To write a Python program to check whether the given number is **even** or **odd 4. End the program. ## 🧾 Program +image ## Output +image ## Result +Thus the python program to check whether the given number is **even** or **odd** using `if...else` statements is obtained.