micropython/tests/io/file-stdio.py

5 wiersze
65 B
Python

import sys
print(sys.stdin.fileno())
print(sys.stdout.fileno())