Skip to content

Commit 7d50811

Browse files
authored
Update 27_bucket_list.py
1 parent 0a9225d commit 7d50811

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

5-lists/27_bucket_list.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Codédex
33

44
things_to_do = [
5-
'🚀 Build a meaningful product for everyone.',
6-
'⛰ Try out hiking and mountain biking.',
7-
'🌏 Visit at least 10 countries in my lifetime.',
8-
'🎸 Produce an original song.',
9-
'📝 Write a short story.',
10-
'🏃 Finish a 10k marathon.'
5+
'🚀 Build a meaningful product for everyone.',
6+
'⛰ Try out hiking and mountain biking.',
7+
'🌏 Visit at least 10 countries in my lifetime.',
8+
'🎸 Produce an original song.',
9+
'📝 Write a short story.',
10+
'🏃 Finish a 10k marathon.'
1111
]
1212

1313
for thing in things_to_do:

0 commit comments

Comments
 (0)