From 7d5081114ff775f49d4497674ddfe754114d75c6 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Thu, 16 Oct 2025 16:21:50 -0400 Subject: [PATCH 01/34] Update 27_bucket_list.py --- 5-lists/27_bucket_list.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/5-lists/27_bucket_list.py b/5-lists/27_bucket_list.py index f4dcfa7..e734a0a 100644 --- a/5-lists/27_bucket_list.py +++ b/5-lists/27_bucket_list.py @@ -2,12 +2,12 @@ # Codédex things_to_do = [ - '🚀 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.' + '🚀 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.' ] for thing in things_to_do: From 7e53486bf2a12b780de2708048e20a4fecc120ad Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:02:54 -0400 Subject: [PATCH 02/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 41 +++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 486ca7f..4a5126f 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,19 +1,28 @@ # Snail Mail 💌 # Codédex -print('+---------------------------------------------------------------------+') -print('| |') -print('| June 2022 |') -print('| Brooklyn, NY |') -print('| Dear Self, |') -print('| |') -print('| Build the platform you always dreamed of — |') -print('| the one you wish existed when you started. |') -print('| Give more than you take. |') -print('| Care > capital. |') -print('| Five-second funerals for all the Ls. |') -print('| And always get back up. |') -print('| |') -print('| Sonny 🤠 |') -print('| |') -print('+---------------------------------------------------------------------+') +print('+----------------------------------------------------------------------------------+') +print('| |') +print('| Oct 29, 2025 |') +print('| Brooklyn, NY |') +print('| |') +print('| Dear Self, |') +print('| |') +print('| Does great art require suffering? |') +print('| Does great product require capital? |') +print('| Will I find some truth at the end of this road? |') +print('| |') +print('| Regardless, go build the learning platform you always dreamed of, |') +print('| the one you wish existed when you first started. |') +print('| |') +print('| Give more than you take. |') +print('| Take less than you need. |') +print('| |') +print('| And when things fall apart, get back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Don't forget to have some fun along the way. |') +print('| |') +print('| |') +print('+----------------------------------------------------------------------------------+') From 8a08b6ba37b0228b7e69a5126bcf9d415071ff35 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:05:08 -0400 Subject: [PATCH 03/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 4a5126f..9091311 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,28 +1,28 @@ # Snail Mail 💌 # Codédex -print('+----------------------------------------------------------------------------------+') -print('| |') -print('| Oct 29, 2025 |') -print('| Brooklyn, NY |') -print('| |') -print('| Dear Self, |') -print('| |') -print('| Does great art require suffering? |') -print('| Does great product require capital? |') -print('| Will I find some truth at the end of this road? |') -print('| |') -print('| Regardless, go build the learning platform you always dreamed of, |') -print('| the one you wish existed when you first started. |') -print('| |') -print('| Give more than you take. |') -print('| Take less than you need. |') -print('| |') -print('| And when things fall apart, get back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Don't forget to have some fun along the way. |') -print('| |') -print('| |') -print('+----------------------------------------------------------------------------------+') +print('+----------------------------------------------------------------------------------------+') +print('| |') +print('| Oct 29th, 2025 |') +print('| Brooklyn, NY |') +print('| |') +print('| Dear Self, |') +print('| |') +print('| Does great art require suffering? |') +print('| Does great product require capital? |') +print('| Will I find some truth at the end of this road? |') +print('| |') +print('| Regardless, go build the learning platform you always dreamed of, |') +print('| the one you wish existed when you first started. |') +print('| |') +print('| Give, more than you take. |') +print('| Take, less than you need. |') +print('| |') +print('| And when things fall apart, get back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Don\'t forget to have some fun along the way. |') +print('| |') +print('| |') +print('+----------------------------------------------------------------------------------------+') From 9f8c3a5bb8e538f09ff457940337311f7eee645f Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:06:01 -0400 Subject: [PATCH 04/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 9091311..9fc0c42 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -15,8 +15,8 @@ print('| Regardless, go build the learning platform you always dreamed of, |') print('| the one you wish existed when you first started. |') print('| |') -print('| Give, more than you take. |') -print('| Take, less than you need. |') +print('| Give more than you take. |') +print('| Take less than you need. |') print('| |') print('| And when things fall apart, get back up. |') print('| |') From 2307d67e0ce93370c606fada01eb0034ee4c090b Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:06:14 -0400 Subject: [PATCH 05/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 9fc0c42..5119a35 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -18,7 +18,7 @@ print('| Give more than you take. |') print('| Take less than you need. |') print('| |') -print('| And when things fall apart, get back up. |') +print('| And when things fall apart, get tf back up. |') print('| |') print('| - Sonny 🤠 |') print('| |') From 219bc846a5f909cc5a801f5024c61062567dc0b6 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:06:55 -0400 Subject: [PATCH 06/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 5119a35..41b1395 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -22,7 +22,7 @@ print('| |') print('| - Sonny 🤠 |') print('| |') -print('| P.S. Don\'t forget to have some fun along the way. |') +print('| P.S. You got this kiddo. Go get em. |') print('| |') print('| |') print('+----------------------------------------------------------------------------------------+') From d3b493c8151400ce14c2dc769121e2a7b7c99ac7 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:07:26 -0400 Subject: [PATCH 07/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 41b1395..4b19667 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -10,7 +10,7 @@ print('| |') print('| Does great art require suffering? |') print('| Does great product require capital? |') -print('| Will I find some truth at the end of this road? |') +print('| Did you find some truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you always dreamed of, |') print('| the one you wish existed when you first started. |') From 91924db78d73be8f37d483a4100c2aca2faf45e4 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:08:30 -0400 Subject: [PATCH 08/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 4b19667..6065b4a 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -22,7 +22,6 @@ print('| |') print('| - Sonny 🤠 |') print('| |') -print('| P.S. You got this kiddo. Go get em. |') -print('| |') +print('| P.S. Hope I made you proud. You got this kiddo. Go get em. |') print('| |') print('+----------------------------------------------------------------------------------------+') From 10065db433aa7e272f40bdda514b22fc7b0d8e86 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:10:55 -0400 Subject: [PATCH 09/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 6065b4a..d6b3e5d 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,27 +1,27 @@ # Snail Mail 💌 # Codédex -print('+----------------------------------------------------------------------------------------+') -print('| |') -print('| Oct 29th, 2025 |') -print('| Brooklyn, NY |') -print('| |') -print('| Dear Self, |') -print('| |') -print('| Does great art require suffering? |') -print('| Does great product require capital? |') -print('| Did you find some truth at the end of this road? |') -print('| |') -print('| Regardless, go build the learning platform you always dreamed of, |') -print('| the one you wish existed when you first started. |') -print('| |') -print('| Give more than you take. |') -print('| Take less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got this kiddo. Go get em. |') -print('| |') -print('+----------------------------------------------------------------------------------------+') +print('+-------------------------------------------------------------------------------------------+') +print('| |') +print('| Oct 29th, 2025 |') +print('| Brooklyn, NY |') +print('| |') +print('| Dear Self, |') +print('| |') +print('| Does great art require suffering? |') +print('| Does great product require capital? |') +print('| Did you find some truth at the end of this road? |') +print('| |') +print('| Regardless, go build the learning platform you always dreamed of — |') +print('| the one you wish existed when you first started. |') +print('| |') +print('| Give more than you take. |') +print('| Take less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got this, kiddo. Go get ’em. |') +print('| |') +print('+-------------------------------------------------------------------------------------------+') From 6949414557e183bf19a5c1b208df02d789f50fc0 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:13:14 -0400 Subject: [PATCH 10/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index d6b3e5d..af5fdef 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -3,7 +3,7 @@ print('+-------------------------------------------------------------------------------------------+') print('| |') -print('| Oct 29th, 2025 |') +print('| Oct 29, 2025 |') print('| Brooklyn, NY |') print('| |') print('| Dear Self, |') From 9bc675f6f73629b1e86ceba90932bb430c489bc4 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:13:24 -0400 Subject: [PATCH 11/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index af5fdef..90c8ddc 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -3,7 +3,7 @@ print('+-------------------------------------------------------------------------------------------+') print('| |') -print('| Oct 29, 2025 |') +print('| October, 2025 |') print('| Brooklyn, NY |') print('| |') print('| Dear Self, |') From 73d3a800736f903cbd6cd252897bf445f8516d5b Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:15:22 -0400 Subject: [PATCH 12/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 90c8ddc..9502c67 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -3,8 +3,8 @@ print('+-------------------------------------------------------------------------------------------+') print('| |') -print('| October, 2025 |') -print('| Brooklyn, NY |') +print('| October 2025 |') +print('| Brooklyn, NY |') print('| |') print('| Dear Self, |') print('| |') From 8133675de0f9e65d5be1255600bec2562a0810fb Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:28:34 -0400 Subject: [PATCH 13/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 9502c67..f5f2ba8 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -22,6 +22,6 @@ print('| |') print('| - Sonny 🤠 |') print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. Go get ’em. |') +print('| P.S. Hope I made you proud. You got it, kiddo. Go get ’em. |') print('| |') print('+-------------------------------------------------------------------------------------------+') From d8f882d3b695d6a3906819c2a486ff1d3de84f80 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:29:48 -0400 Subject: [PATCH 14/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index f5f2ba8..882e9d0 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,27 +1,27 @@ # Snail Mail 💌 # Codédex -print('+-------------------------------------------------------------------------------------------+') -print('| |') -print('| October 2025 |') -print('| Brooklyn, NY |') -print('| |') -print('| Dear Self, |') -print('| |') -print('| Does great art require suffering? |') -print('| Does great product require capital? |') -print('| Did you find some truth at the end of this road? |') -print('| |') -print('| Regardless, go build the learning platform you always dreamed of — |') -print('| the one you wish existed when you first started. |') -print('| |') -print('| Give more than you take. |') -print('| Take less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got it, kiddo. Go get ’em. |') -print('| |') -print('+-------------------------------------------------------------------------------------------+') +print('+----------------------------------------------------------------------------------------------+') +print('| |') +print('| October 2025 |') +print('| Brooklyn, NY |') +print('| |') +print('| Dear Self, |') +print('| |') +print('| Does great art require suffering? |') +print('| Does great product require capital? |') +print('| Did you find some truth at the end of this road? |') +print('| |') +print('| Regardless, go build the learning platform you always dreamed of — |') +print('| the one you wish existed when you first started. |') +print('| |') +print('| Give more than you take. |') +print('| Take less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got it, kiddo. Go get ’em. |') +print('| |') +print('+----------------------------------------------------------------------------------------------+') From 3d0e78b6daec1c05637ab457f37cca4cbca3fc07 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 15:30:42 -0400 Subject: [PATCH 15/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 882e9d0..0057a41 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -22,6 +22,6 @@ print('| |') print('| - Sonny 🤠 |') print('| |') -print('| P.S. Hope I made you proud. You got it, kiddo. Go get ’em. |') +print('| P.S. Hope I made you proud. You got this, kiddo. Go get ’em. |') print('| |') print('+----------------------------------------------------------------------------------------------+') From e7b8d1c4a0bcb8f5736afc81d3518c5190cea164 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:20:06 -0400 Subject: [PATCH 16/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 0057a41..2b977c1 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -22,6 +22,6 @@ print('| |') print('| - Sonny 🤠 |') print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. Go get ’em. |') +print('| P.S. Hope I made you proud. You got this, kiddo. |') print('| |') print('+----------------------------------------------------------------------------------------------+') From d9906a616cb0fd7e07934f664273b197210e9a13 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:21:00 -0400 Subject: [PATCH 17/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 2b977c1..a25a472 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -9,7 +9,7 @@ print('| Dear Self, |') print('| |') print('| Does great art require suffering? |') -print('| Does great product require capital? |') +print('| Does great product demand capital? |') print('| Did you find some truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you always dreamed of — |') From 3a6c49ece23b9a87e796d4a7e355733614d9d21d Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:21:41 -0400 Subject: [PATCH 18/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index a25a472..a011682 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -10,7 +10,7 @@ print('| |') print('| Does great art require suffering? |') print('| Does great product demand capital? |') -print('| Did you find some truth at the end of this road? |') +print('| Did you find any truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you always dreamed of — |') print('| the one you wish existed when you first started. |') From 0fdb05c88c72aaf143895fa50c01e8b8bf1aac3e Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:22:34 -0400 Subject: [PATCH 19/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index a011682..2ed8998 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -12,7 +12,7 @@ print('| Does great product demand capital? |') print('| Did you find any truth at the end of this road? |') print('| |') -print('| Regardless, go build the learning platform you always dreamed of — |') +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. |') From 09e13520907bf6186c51d784320b39706bca7801 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:28:32 -0400 Subject: [PATCH 20/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 2ed8998..faf7605 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,27 +1,27 @@ # Snail Mail 💌 # Codédex -print('+----------------------------------------------------------------------------------------------+') -print('| |') -print('| October 2025 |') -print('| Brooklyn, NY |') -print('| |') -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 this 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 less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. |') -print('| |') -print('+----------------------------------------------------------------------------------------------+') +print('+------------------------------------------------------------------------------------------+') +print('| |') +print('| October 2025 |') +print('| Brooklyn, NY |') +print('| |') +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 this 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 less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got this, kiddo. |') +print('| |') +print('+------------------------------------------------------------------------------------------+') From 84a72845b51e86ffc3ab55a96a55ceff84584459 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:29:59 -0400 Subject: [PATCH 21/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 47 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index faf7605..3db1f95 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,27 +1,26 @@ # Snail Mail 💌 # Codédex -print('+------------------------------------------------------------------------------------------+') -print('| |') -print('| October 2025 |') -print('| Brooklyn, NY |') -print('| |') -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 this 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 less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. |') -print('| |') -print('+------------------------------------------------------------------------------------------+') +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 this 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 less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got this, kiddo. |') +print('| |') +print('+--------------------------------------------------------------------------------------+') From 435079b00d9ed51527fe4813a50e1ad9e37c22a1 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:31:04 -0400 Subject: [PATCH 22/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 3db1f95..39076dc 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,26 +1,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 this 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 less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. |') -print('| |') -print('+--------------------------------------------------------------------------------------+') +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 this 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 less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got this, kiddo. |') +print('| |') +print('+------------------------------------------------------------------------------------+') From 9bd9cffc830a5dcb3ab298962b1d62cb80daddd5 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:32:37 -0400 Subject: [PATCH 23/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 39076dc..ddcd729 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -1,26 +1,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 this 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 less than you need. |') -print('| |') -print('| And when things fall apart, get tf back up. |') -print('| |') -print('| - Sonny 🤠 |') -print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. |') -print('| |') -print('+------------------------------------------------------------------------------------+') +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 this 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 less than you need. |') +print('| |') +print('| And when things fall apart, get tf back up. |') +print('| |') +print('| - Sonny 🤠 |') +print('| |') +print('| P.S. Hope I made you proud. You got this, kiddo. |') +print('| |') +print('+---------------------------------------------------------------------------------+') From cfc9dfaf41f2c22c2dae96e17edaf3c905a06ff0 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:53:33 -0400 Subject: [PATCH 24/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index ddcd729..57714f2 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -15,7 +15,7 @@ print('| the one you wish existed when you first started. |') print('| |') print('| Give more than you take. |') -print('| Take less than you need. |') +print('| Take only what you need. |') print('| |') print('| And when things fall apart, get tf back up. |') print('| |') From 3db290e937a89502c354bd196bb825edf92c2a31 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:55:52 -0400 Subject: [PATCH 25/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 57714f2..077abfd 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -8,7 +8,7 @@ print('| Dear Self, |') print('| |') print('| Does great art require suffering? |') -print('| Does great product demand capital? |') +print('| Does great product require capital? |') print('| Did you find any truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you’ve always dreamed of — |') From cff38852daf4084a47bbed9da38357fa1e2b033f Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:56:38 -0400 Subject: [PATCH 26/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 077abfd..6dcf950 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -8,7 +8,7 @@ print('| Dear Self, |') print('| |') print('| Does great art require suffering? |') -print('| Does great product require capital? |') +print('| Does great product require capital? |') print('| Did you find any truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you’ve always dreamed of — |') From 47b4017a160fd41ee7c5fb06f6fd22955b418692 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:57:30 -0400 Subject: [PATCH 27/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 6dcf950..838b9b9 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -19,7 +19,7 @@ print('| |') print('| And when things fall apart, get tf back up. |') print('| |') -print('| - Sonny 🤠 |') +print('| - Sonny Li 🤠 |') print('| |') print('| P.S. Hope I made you proud. You got this, kiddo. |') print('| |') From 3de7c290fa46856ff437592b4b338dd7edeb4972 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 16:58:20 -0400 Subject: [PATCH 28/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 838b9b9..2d6e31d 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -19,8 +19,8 @@ print('| |') print('| And when things fall apart, get tf back up. |') print('| |') -print('| - Sonny Li 🤠 |') +print('| - Sonny Li |') print('| |') -print('| P.S. Hope I made you proud. You got this, kiddo. |') +print('| P.S. Hope I made you proud. You got this, kiddo. 🤠 |') print('| |') print('+---------------------------------------------------------------------------------+') From a0c4536d69b66cf87578447ae02b3b58fb9bf460 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 17:01:31 -0400 Subject: [PATCH 29/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 2d6e31d..5cbf29e 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -19,7 +19,7 @@ print('| |') print('| And when things fall apart, get tf back up. |') print('| |') -print('| - Sonny Li |') +print('| Sonny Li |') print('| |') print('| P.S. Hope I made you proud. You got this, kiddo. 🤠 |') print('| |') From 44e47e052a28b196ccc00b8bbf338f5a808d5f09 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 17:01:44 -0400 Subject: [PATCH 30/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 5cbf29e..2d6e31d 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -19,7 +19,7 @@ print('| |') print('| And when things fall apart, get tf back up. |') print('| |') -print('| Sonny Li |') +print('| - Sonny Li |') print('| |') print('| P.S. Hope I made you proud. You got this, kiddo. 🤠 |') print('| |') From f0c4f0c81501fd08be8640f291e28e5aff1f304f Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Wed, 29 Oct 2025 17:06:49 -0400 Subject: [PATCH 31/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 2d6e31d..c6a5aba 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -8,7 +8,7 @@ print('| Dear Self, |') print('| |') print('| Does great art require suffering? |') -print('| Does great product require capital? |') +print('| Does great product demand capital? |') print('| Did you find any truth at the end of this road? |') print('| |') print('| Regardless, go build the learning platform you’ve always dreamed of — |') From 5935cbb2a76a4a34199d9ecc22cbc29b377cb936 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Fri, 31 Oct 2025 00:16:35 -0400 Subject: [PATCH 32/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index c6a5aba..e2998bd 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -9,7 +9,7 @@ print('| |') print('| Does great art require suffering? |') print('| Does great product demand capital? |') -print('| Did you find any truth at the end of this road? |') +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. |') From 430b0e73bd73591f04e78d554f928c2559ffb22b Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Sat, 1 Nov 2025 17:02:45 -0400 Subject: [PATCH 33/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index e2998bd..0b6c5f4 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -15,7 +15,7 @@ print('| the one you wish existed when you first started. |') print('| |') print('| Give more than you take. |') -print('| Take only what you need. |') +print('| Take just what you need. |') print('| |') print('| And when things fall apart, get tf back up. |') print('| |') From 547165d576ce80eb2a64e8a6b54c9482b696a7c4 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Fri, 14 Nov 2025 22:23:23 -0500 Subject: [PATCH 34/34] Update 05_letter.py --- 1-hello-world/05_letter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-hello-world/05_letter.py b/1-hello-world/05_letter.py index 0b6c5f4..e2998bd 100644 --- a/1-hello-world/05_letter.py +++ b/1-hello-world/05_letter.py @@ -15,7 +15,7 @@ print('| the one you wish existed when you first started. |') print('| |') print('| Give more than you take. |') -print('| Take just what you need. |') +print('| Take only what you need. |') print('| |') print('| And when things fall apart, get tf back up. |') print('| |')