РЕШИТЕ В ПИТОНЕ!!!!!!!!!!!!!!
Приложения:

mathgenius:
print(input().replace('!
Ответы на вопрос
Ответил mathgenius
1
lst_command = list(input())
lst_command[1::2] =[''] * len(lst_command[1::2])
print(''.join(lst_command))
Приложения:

Новые вопросы