mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
unix: Implement sys.argv.
This commit is contained in:
2
tests/io/argv.py
Normal file
2
tests/io/argv.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import sys
|
||||
print(sys.argv)
|
||||
Reference in New Issue
Block a user