diff --git a/Python/hello.py b/Python/hello.py index 8cde7829..d4fa7886 100644 --- a/Python/hello.py +++ b/Python/hello.py @@ -1 +1 @@ -print("hello world") +print('Hello World!!!')