node calls basic python function

This commit is contained in:
2022-04-26 13:37:00 -05:00
parent 8e65dcb06d
commit e7058e2d2d
4 changed files with 53 additions and 11 deletions

4
test.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
print("Can we get the thing to work?")
print("First argument: " + sys.argv[1])