From 57ab08cb5863b852bbb725671927cd00ba91bb67 Mon Sep 17 00:00:00 2001 From: Nabil29-git Date: Sun, 21 Nov 2021 13:22:40 +0100 Subject: [PATCH] added motivational quotes --- hello_world.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index 05f7056..19893cc 100644 --- a/hello_world.py +++ b/hello_world.py @@ -1,2 +1,3 @@ print("hello world!") -print("goodbye") \ No newline at end of file +print("goodbye") +print('if u dream it u can do it') \ No newline at end of file