circuitpython/tests/io/argv.py

3 lines
27 B
Python
Raw Normal View History

2014-01-19 17:53:46 -05:00
import sys
print(sys.argv)