From 82d5e7721914d37f08adcdc5d320bc826dd2dcc6 Mon Sep 17 00:00:00 2001
From: Ronell Bresler <ronell.bresler@student.reutlingen-university.de>
Date: Tue, 26 Apr 2022 19:41:12 +0200
Subject: [PATCH] added python file

---
 python/helloWorld.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 python/helloWorld.py

diff --git a/python/helloWorld.py b/python/helloWorld.py
new file mode 100644
index 0000000..2367c96
--- /dev/null
+++ b/python/helloWorld.py
@@ -0,0 +1,5 @@
+def main():
+    print("Hello Python World!")
+
+if __name__ == "__main__":
+    main()
-- 
GitLab