Write the PYTHON program to make a simple calculator by using functions
Answers
Answered by
0
Answer:
a)123β
b)hehhejenshdhds
Answered by
2
Answer:
The interpreter acts as a simple calculator: you can type an expression at it and it will write the value. ...
The integer numbers (e.g. 2 , 4 , 20 ) have type int , the ones with a fractional part (e.g. 5.0 , 1.6 ) have type float . ...
Division ( / ) always returns a float.
Similar questions