From 35671e2749add81fce8c16db360416a334aff070 Mon Sep 17 00:00:00 2001 From: Lennart_WSL Date: Thu, 23 Aug 2018 16:30:22 +0200 Subject: [PATCH] Python helloworld Just to make it different from the master --- Python/hello-world.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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