Files
IOT-recept-printer/node_modules/python-shell/test/python/echo_args.py
2018-07-17 14:57:52 +01:00

6 lines
75 B
Python

import sys
# simple argument echo script
for v in sys.argv[1:]:
print v