Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. name = input()[0]
  2. text = input()[1]
  3.  
  4. user_input = input()
  5. name = user_input[0]
  6. text = user_input[1]
  7.  
  8. i = input("your input")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement