ch 4python as a calculator

 print (2=3*4) to python as a calculator program

commands addition                    +

subtraction                                 -

multiplaycation                        *

float division                           /

integar division                     //

exponent                               *

remander                                %

   like+====

print (round(2**0.5,4))

 


Comments