diff --git a/test.py b/test.py index 695768e..30174ce 100644 --- a/test.py +++ b/test.py @@ -1 +1,5 @@ -print("Python3 test") +print("first line on test.py") + +def runTest(v): + print("var: " + str(v)) +# end runTest