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