+ 3
Help me pls (python)
https://code.sololearn.com/cLTRoUHn6KO8/?ref=app Comment on this post the fixed code thx in advance!
3 Answers
+ 1
íęľ ěë
Are you trying to make a calculator??
+ 1
I would suggest entering operatori second, or just take the whole input as a string and parse it for the information.
+ 1
# 긴 ęł ěě´ëĽź ě¸ íě ěě´, ěëí´ë´âŚ
num1 = input()
calc = input()
num2 = input()
result = eval(num1+calc+num2)
print(result)
# íę°ě 죟ě ę¸°ëĽ eval()