micropython: add micropython component
This commit is contained in:
6
components/language/micropython/tests/io/argv.py
Normal file
6
components/language/micropython/tests/io/argv.py
Normal file
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
import usys as sys
|
||||
except ImportError:
|
||||
import sys
|
||||
|
||||
print(sys.argv)
|
Reference in New Issue
Block a user