Skip to content

Commit 26d8b4f

Browse files
committed
DR updates, first round
1 parent e2be117 commit 26d8b4f

File tree

1 file changed

+1
-1
lines changed
  • string-concatenation-python

1 file changed

+1
-1
lines changed

string-concatenation-python/age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ def age_group(age):
66
elif 19 < age <= 65:
77
result = "an Adult!"
88
else:
9-
result = "a Golden ager!"
9+
result = "in your Golden Years!"
1010
print("You are " + result)

0 commit comments

Comments
 (0)