Help me in solving URCALC problem

My issue

How to take operator as input

My code

# cook your dish here
a=int(input())
b=int(input())
c=
d=a c b
print(d)

Problem Link: Program Your Own CALCULATOR Practice Coding Problem