Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

chapter 05

types

pre-defined simples types of data in python

  • numbers: integer(int, float and complex), real, complex...

  • text

  • collections: list, tuple, dictionary

python types can be mutable and immutable