circuitpython/tests/io/argv.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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)