We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9225d commit 7d50811Copy full SHA for 7d50811
1 file changed
5-lists/27_bucket_list.py
@@ -2,12 +2,12 @@
2
# Codédex
3
4
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.'
+ '🚀 Build a meaningful product for everyone.',
+ '⛰ Try out hiking and mountain biking.',
+ '🌏 Visit at least 10 countries in my lifetime.',
+ '🎸 Produce an original song.',
+ '📝 Write a short story.',
+ '🏃 Finish a 10k marathon.'
11
]
12
13
for thing in things_to_do:
0 commit comments