-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path05_letter.py
More file actions
26 lines (25 loc) · 2.12 KB
/
05_letter.py
File metadata and controls
26 lines (25 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Snail Mail 💌
# Codédex
print('+---------------------------------------------------------------------------------+')
print('| |')
print('| October 2025 |')
print('| Brooklyn, NY |')
print('| Dear Self, |')
print('| |')
print('| Does great art require suffering? |')
print('| Does great product demand capital? |')
print('| Did you find any truth at the end of the road? |')
print('| |')
print('| Regardless, go build the learning platform you’ve always dreamed of — |')
print('| the one you wish existed when you first started. |')
print('| |')
print('| Give more than you take. |')
print('| Take only what you need. |')
print('| |')
print('| And when things fall apart, get tf back up. |')
print('| |')
print('| - Sonny Li |')
print('| |')
print('| P.S. Hope I made you proud. You got this, kiddo. 🤠 |')
print('| |')
print('+---------------------------------------------------------------------------------+')