калькулятор в одной линии в Python

while True : print(eval(input(">>> ")))
Xyborg