Skip to content

Commit e87d21c

Browse files
authored
Update 41_main.py
1 parent c134866 commit e87d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8-modules/41_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
if my_next_birthday == today:
1414
print(bday_messages.random_message)
1515
else:
16-
print(f'My next birthday is {days_away} away!')
16+
print(f'My next birthday is {days_away.days} days away!')

0 commit comments

Comments
 (0)