Guest User

Untitled

a guest
Aug 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $ echo "print "test"" | python
  2.  
  3. Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34)
  4. [GCC 7.3.0] on linux2
  5. Type "help", "copyright", "credits" or "license" for more
  6. information.
  7. >>> print "test"
  8. test
  9.  
  10. test
Add Comment
Please, Sign In to add comment