Taschenrechner in einer Zeile in Python

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