Tested Python

This commit is contained in:
ilsix 2024-04-04 21:53:50 +02:00
parent 8be4e9c5f9
commit a4bdc9cb39
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
#runs successfully
print("Hello World!") print("Hello World!")

2
python/test.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
python helloworld.py