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