+ 2
How do you make a calculator with python
2 Réponses
+ 4
This would be the shortest option, Clinton :
https://code.sololearn.com/cW6rrjRn5b6O/?ref=app
It basically evaluates the input and returns an answer.
+ 6
Print(eval (input ("enter the the input"))