Стрелов Глеб Сергеевич
12.10.2019 19:09 (1:31) [2719552]
def Add(x, y): return x+y while True: In = input() if In: exec(In) else: break