File Manager

Current Path : /usr/lib/python3/dist-packages/twisted/test/
Upload File :
Current File : //usr/lib/python3/dist-packages/twisted/test/process_tty.py

"""Test to make sure we can open /dev/tty"""

with open("/dev/tty", "rb+", buffering=0) as f:
    a = f.readline()
    f.write(a)

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com