file_stdio.py 65 B

1234
  1. import sys
  2. print(sys.stdin.fileno())
  3. print(sys.stdout.fileno())