Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # позиции в тескта -> 0 до последна
- text = input()
- for position in range (0, len(text)):
- print(text[position])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement