boris-vlasenko

Заменить

Oct 16th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. s = input()
  2. s = s.replace('1','one')
  3. print(s)
Advertisement
Add Comment
Please, Sign In to add comment