Calculadora en una línea en Python
while True : print(eval(input(">>> ")))
Xyborg
while True : print(eval(input(">>> ")))