Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ~❯ python3
  2. Python 3.6.7 (default, Oct 21 2018, 08:08:16)
  3. [GCC 8.2.0] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> from sys import stdin
  6. >>> from sys import STDIN
  7. Traceback (most recent call last):
  8. File "<stdin>", line 1, in <module>
  9. ImportError: cannot import name 'STDIN'
  10. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement