Define and use int : Int : Data Type PYTHON examples


PYTHON examples » Data Type » Int »

 

Define and use int


Define and use int
 
a = 3           # name created
b = 4

print b * 3, b / 2        # multiplication (4*3), division (4/2)

           
         
  



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Data Type
» Int