Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command = input()
- while command != 'End':
- if command != 'SoftUni':
- print(''.join([i * 2 for i in command]))
- command = input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement