Skip to content

Commit 8a08b6b

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

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

1-hello-world/05_letter.py

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

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('+----------------------------------------------------------------------------------+')
4+
print('+----------------------------------------------------------------------------------------+')
5+
print('| |')
6+
print('| Oct 29th, 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)