0

How to create a calculator in python

simple one, like enter a number, enter another number, multiply . done! how do you do that?

28th Sep 2017, 8:28 AM
Coder
Coder - avatar
1 Answer
0
hi, create 2 variables to input user values be carefull, cast inputs to int if you want choose multiply, add ... create an other variable to input symbole * + - / // ... and test this variable to calculate and print result
28th Sep 2017, 8:52 AM
MBZH31
MBZH31 - avatar