string python ke operator

ops = {"+": (lambda x,y: x+y), "-": (lambda x,y: x-y)}
Clumsy Caterpillar