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