diff options
Diffstat (limited to 'tests/io/file_stdio.py')
-rw-r--r-- | tests/io/file_stdio.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/io/file_stdio.py b/tests/io/file_stdio.py new file mode 100644 index 0000000000..cbdb070163 --- /dev/null +++ b/tests/io/file_stdio.py @@ -0,0 +1,4 @@ +import sys + +print(sys.stdin.fileno()) +print(sys.stdout.fileno()) |