How do you make a calculator with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you make a calculator with python

26th Jun 2019, 6:21 PM
Clinton
Clinton - avatar
2 Answers
+ 4
This would be the shortest option, Clinton : https://code.sololearn.com/cW6rrjRn5b6O/?ref=app It basically evaluates the input and returns an answer.
26th Jun 2019, 6:25 PM
aceisace
aceisace - avatar
+ 6
Print(eval (input ("enter the the input"))
28th Jun 2019, 12:34 PM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar