D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
twisted
/
test
/
Filename :
process_tty.py
back
Copy
"""Test to make sure we can open /dev/tty""" with open("/dev/tty", "rb+", buffering=0) as f: a = f.readline() f.write(a)