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 c134866 commit e87d21cCopy full SHA for e87d21c
8-modules/41_main.py
@@ -13,4 +13,4 @@
13
if my_next_birthday == today:
14
print(bday_messages.random_message)
15
else:
16
- print(f'My next birthday is {days_away} away!')
+ print(f'My next birthday is {days_away.days} days away!')
0 commit comments