basic-python.txt
changeset 98 8e02b76cf068
parent 93 bdee3ead116d
equal deleted inserted replaced
97:25248b12f6e4 98:8e02b76cf068
   144 however the result when one or two of the operators are float is float for example:
   144 however the result when one or two of the operators are float is float for example:
   145 
   145 
   146 17/2.0 
   146 17/2.0 
   147 8.5
   147 8.5
   148 17.0/2.0 
   148 17.0/2.0 
   149 8.5 
   149 8.5   
   150 
       
   151  
       
   152  
       
   153 
       
   154 
       
   155