diff --git a/leap-year.py b/leap-year.py index 8385a95..13a4fe3 100644 --- a/leap-year.py +++ b/leap-year.py @@ -3,7 +3,7 @@ print("THIS IS JUST A LEAP YEAR!) else: - print("The year isn't a leap year!) + print("The year isn't a leap year!") hello