Skip to content

Commit 84a7284

Browse files
authored
Update 05_letter.py
1 parent 09e1352 commit 84a7284

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

1-hello-world/05_letter.py

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
# Snail Mail 💌
22
# Codédex
33

4-
print('+------------------------------------------------------------------------------------------+')
5-
print('| |')
6-
print('| October 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 demand capital? |')
13-
print('| Did you find any truth at the end of this road? |')
14-
print('| |')
15-
print('| Regardless, go build the learning platform you’ve 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 tf back up. |')
22-
print('| |')
23-
print('| - Sonny 🤠 |')
24-
print('| |')
25-
print('| P.S. Hope I made you proud. You got this, kiddo. |')
26-
print('| |')
27-
print('+------------------------------------------------------------------------------------------+')
4+
print('+--------------------------------------------------------------------------------------+')
5+
print('| |')
6+
print('| October 2025 |')
7+
print('| Brooklyn, NY |')
8+
print('| Dear Self, |')
9+
print('| |')
10+
print('| Does great art require suffering? |')
11+
print('| Does great product demand capital? |')
12+
print('| Did you find any truth at the end of this road? |')
13+
print('| |')
14+
print('| Regardless, go build the learning platform you’ve always dreamed of — |')
15+
print('| the one you wish existed when you first started. |')
16+
print('| |')
17+
print('| Give more than you take. |')
18+
print('| Take less than you need. |')
19+
print('| |')
20+
print('| And when things fall apart, get tf back up. |')
21+
print('| |')
22+
print('| - Sonny 🤠 |')
23+
print('| |')
24+
print('| P.S. Hope I made you proud. You got this, kiddo. |')
25+
print('| |')
26+
print('+--------------------------------------------------------------------------------------+')

0 commit comments

Comments
 (0)