From a4bdc9cb39a9dca4d370a02c3a66f30fb570cc9b Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 21:53:50 +0200 Subject: [PATCH] Tested Python --- python/helloworld.py | 1 + python/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 python/test.sh diff --git a/python/helloworld.py b/python/helloworld.py index 1dc45ac..4630db5 100644 --- a/python/helloworld.py +++ b/python/helloworld.py @@ -1 +1,2 @@ +#runs successfully print("Hello World!") \ No newline at end of file diff --git a/python/test.sh b/python/test.sh new file mode 100755 index 0000000..d1af4e6 --- /dev/null +++ b/python/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +python helloworld.py