We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2be117 commit 26d8b4fCopy full SHA for 26d8b4f
string-concatenation-python/age.py
@@ -6,5 +6,5 @@ def age_group(age):
6
elif 19 < age <= 65:
7
result = "an Adult!"
8
else:
9
- result = "a Golden ager!"
+ result = "in your Golden Years!"
10
print("You are " + result)
0 commit comments