micropython/tests/io/file_stdio.py

6 wiersze
92 B
Python

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