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
How to take operator as input
# 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