Advertisement
Felanpro

sys.stdin.readline()

Mar 3rd, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import sys
  2.  
  3. user_input = sys.stdin.readline()
  4.  
  5. print(user_input)
  6.                
  7. #sys.stdin.readline() is going to read everything until ENTER is pressed and store it in the variable!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement