We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aa0ad commit 9f9f448Copy full SHA for 9f9f448
age_calculator.py
@@ -1,7 +1,7 @@
1
year =int(input("Please enter the year you were born:" ))
2
age = 2019 - year
3
4
-print("you must be“, age, "years old")
+print("you must be", age, "years old")
5
6
if age < 50:
7
print("you are not yet a senior citizen")
0 commit comments