diff --git a/helloworld.py b/helloworld.py index f12f255..8ba7089 100644 --- a/helloworld.py +++ b/helloworld.py @@ -3,7 +3,7 @@ print("Bye second world!") def print_hello(): - print("Bye!!") + print("Bye!!Bye!!") def print_world(): print("world")