From f6a06103f7437487434648ca29cb257675f9d96f Mon Sep 17 00:00:00 2001 From: sakshimuttha578 Date: Mon, 21 Jul 2025 15:43:19 +0530 Subject: [PATCH] Added a letter or small message from my side for every aspiring developer out there! --- 1-hello-world/05_letter_3.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 1-hello-world/05_letter_3.py diff --git a/1-hello-world/05_letter_3.py b/1-hello-world/05_letter_3.py new file mode 100644 index 0000000..e5e3b44 --- /dev/null +++ b/1-hello-world/05_letter_3.py @@ -0,0 +1,9 @@ +print('To Everyone,') +print('') +print("Keep going — you're doing better than you think.") +print('Every small step you take now is building the future you’ve always dreamed of. Even when it feels slow, you’re growing. Don’t forget why you started.') +print('') +print('Trust the process, Believe in your fire!') +print('You’ve got this 💪') +print('') +print('– Sakshi ❤️') \ No newline at end of file