0
How to create a calculator in python
simple one, like enter a number, enter another number, multiply . done! how do you do that?
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