numbers.org
changeset 102 84e1dcb52908
parent 98 8e02b76cf068
child 104 5cfcbd65ff1d
equal deleted inserted replaced
101:3fe18d694d72 102:84e1dcb52908
   138     round(7.5) returns 
   138     round(7.5) returns 
   139     8.
   139     8.
   140     
   140     
   141     This brings us to the end of tutorial on introduction of Data types 
   141     This brings us to the end of tutorial on introduction of Data types 
   142     related to numbers in Python. In this tutorial we have learnt what are 
   142     related to numbers in Python. In this tutorial we have learnt what are 
   143     supported data types, supported operations and operators. How to convert 
   143     supported data types for numbers, operations and operators and how to 
   144     one data type to other.
   144     convert one data type to other. Thank you!
   145 
   145 
   146 *** Notes
   146 *** Notes