diff --git a/Python/hello-world.py b/Python/hello-world.py index e69de29..e18c9ae 100644 --- a/Python/hello-world.py +++ b/Python/hello-world.py @@ -0,0 +1,3 @@ +# Program to print Hello World + +print("Hello World!") \ No newline at end of file