Advertisement
repente

Untitled

Oct 27th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. user = input()
  2.  
  3. words = user.split(" ")
  4. new_string = "\n".join(words)
  5. print(new_string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement