Котик Софья Валентиновна
12.10.2019 11:19 (1:11) [2714251]
text = input().lower().replace(' ', '') print(True) if text == text[::-1] else print(False)