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.