Skip to content

Commit 7e53486

Browse files
authored
Update 05_letter.py
1 parent 7d50811 commit 7e53486

1 file changed

Lines changed: 25 additions & 16 deletions

File tree

1-hello-world/05_letter.py

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
# Snail Mail 💌
22
# Codédex
33

4-
print('+---------------------------------------------------------------------+')
5-
print('| |')
6-
print('| June 2022 |')
7-
print('| Brooklyn, NY |')
8-
print('| Dear Self, |')
9-
print('| |')
10-
print('| Build the platform you always dreamed of — |')
11-
print('| the one you wish existed when you started. |')
12-
print('| Give more than you take. |')
13-
print('| Care > capital. |')
14-
print('| Five-second funerals for all the Ls. |')
15-
print('| And always get back up. |')
16-
print('| |')
17-
print('| Sonny 🤠 |')
18-
print('| |')
19-
print('+---------------------------------------------------------------------+')
4+
print('+----------------------------------------------------------------------------------+')
5+
print('| |')
6+
print('| Oct 29, 2025 |')
7+
print('| Brooklyn, NY |')
8+
print('| |')
9+
print('| Dear Self, |')
10+
print('| |')
11+
print('| Does great art require suffering? |')
12+
print('| Does great product require capital? |')
13+
print('| Will I find some truth at the end of this road? |')
14+
print('| |')
15+
print('| Regardless, go build the learning platform you always dreamed of, |')
16+
print('| the one you wish existed when you first started. |')
17+
print('| |')
18+
print('| Give more than you take. |')
19+
print('| Take less than you need. |')
20+
print('| |')
21+
print('| And when things fall apart, get back up. |')
22+
print('| |')
23+
print('| - Sonny 🤠 |')
24+
print('| |')
25+
print('| P.S. Don't forget to have some fun along the way. |')
26+
print('| |')
27+
print('| |')
28+
print('+----------------------------------------------------------------------------------+')

0 commit comments

Comments
 (0)