3 lines
68 B
Python
3 lines
68 B
Python
>>> with open('/dev/tape', 'w') as t: t.write('Hi Tape!\n')
|
|
...
|
|
>>>
|
>>> with open('/dev/tape', 'w') as t: t.write('Hi Tape!\n')
|
|
...
|
|
>>>
|