Advertisement
Nenogzar

Untitled

Jan 12th, 2024
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. command = input()
  2.  
  3. while command != 'End':
  4.     if command != 'SoftUni':
  5.         print(''.join([i * 2 for i in command]))
  6.  
  7.     command = input()
Tags: test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement