diff --git a/Python/hello-world.py b/Python/hello-world.py index 95a395f..f3bb78c 100644 --- a/Python/hello-world.py +++ b/Python/hello-world.py @@ -1 +1,2 @@ -print("Hello-World") \ No newline at end of file +print("Hello-World") +print("I was created in WSL !!!") \ No newline at end of file