CyberN00b

Untitled

Nov 12th, 2021 (edited)
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. s = ''
  2. for x in input():
  3.     s += x + ' '
  4. s = s[:-1]
  5. print(s)
Add Comment
Please, Sign In to add comment