Advertisement
simeonshopov

Letter Sequence

Oct 14th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.04 KB | None | 0 0
  1. text = input()
  2. for i in text:
  3.   print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement