circuitpython/tests/io/argv.py

4 lines
28 B
Python
Raw Normal View History

2014-01-19 17:53:46 -05:00
import sys
2021-03-15 09:57:36 -04:00
2014-01-19 17:53:46 -05:00
print(sys.argv)