From cc7b742d510ca474e63a0097463336507e54051e Mon Sep 17 00:00:00 2001 From: Pon saravana pandian B Date: Sun, 19 Oct 2025 15:17:40 +0530 Subject: [PATCH] Update Conditional Statements in Python: Even or Odd Checker.md --- Conditional Statements in Python: Even or Odd Checker.md | 2 +- 1 file changed, 1 insertion(+), 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..ffb81b368 100644 --- a/Conditional Statements in Python: Even or Odd Checker.md +++ b/Conditional Statements in Python: Even or Odd Checker.md @@ -1,4 +1,4 @@ -# Conditional Statements in Python: Even or Odd Checker +# Conditional Statements in Python- Even or Odd Checker ## 🎯 Aim To write a Python program to check whether the given number is **even** or **odd** using `if...else` statements.