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.