Help me pls (python) | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Help me pls (python)

https://code.sololearn.com/cLTRoUHn6KO8/?ref=app Comment on this post the fixed code thx in advance!

20th Mar 2022, 3:44 PM
Hrithika
Hrithika - avatar
3 Antworten
+ 1
한국 소녀 Are you trying to make a calculator??
20th Mar 2022, 4:46 PM
NEZ
NEZ - avatar
+ 1
I would suggest entering operatori second, or just take the whole input as a string and parse it for the information.
20th Mar 2022, 3:48 PM
William Owens
William Owens - avatar
+ 1
# 긴 고양이를 쓸 필요 없어, 시도해봐… num1 = input() calc = input() num2 = input() result = eval(num1+calc+num2) print(result) # 평가의 주요 기능 eval()
22nd Mar 2022, 7:20 AM
CodeStory
CodeStory - avatar