Skip to content

Commit 9f9f448

Browse files
committed
fixing rich text quote
1 parent 09aa0ad commit 9f9f448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

age_calculator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
year =int(input("Please enter the year you were born:" ))
22
age = 2019 - year
33

4-
print("you must be, age, "years old")
4+
print("you must be", age, "years old")
55

66
if age < 50:
77
print("you are not yet a senior citizen")

0 commit comments

Comments
 (0)