Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $ seq 10 | python3 pass.py > out
  2.  
  3. $ seq 10 | python3 pass.py
  4. Traceback (most recent call last):
  5. File "pass.py", line 6, in <module>
  6. a.tofile(sys.stdout.buffer)
  7. OSError: obtaining file position failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement