From 6141ea81d166b8852fcef9134796f2e3663dfeca Mon Sep 17 00:00:00 2001 From: sushiendar123 Date: Tue, 29 Apr 2025 21:05:07 +0530 Subject: [PATCH] Update Conditional Statements in Python: Even or Odd Checker.md --- Conditional Statements in Python: Even or Odd Checker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Conditional Statements in Python: Even or Odd Checker.md b/Conditional Statements in Python: Even or Odd Checker.md index 2b62af3d1..32ba0810f 100644 --- a/Conditional Statements in Python: Even or Odd Checker.md +++ b/Conditional Statements in Python: Even or Odd Checker.md @@ -11,7 +11,10 @@ To write a Python program to check whether the given number is **even** or **odd - Else, print `"ODD"`. 4. End the program. -## 🧾 Program +## 🧾 Program: +``` + +``` ## Output