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