0
I written this calculator code but facing problem what is problem in my code please help
Please help me and give me correct code https://code.sololearn.com/cm8OLBugFNz2/?ref=app https://code.sololearn.com/cm8OLBugFNz2/?ref=app
4 Réponses
+ 1
set the op variable equal to input.
#you have:
op = (" ")
# it should be
op = input(" ")
#-------Actual input now:
5
+
3
# output
your answer is 8
0
Thanks bro, thanks a lot
0
No worries. Do you fully understand why?
Nice Rachit Dubey keep it up!
0
Yes