Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 222 Bytes

File metadata and controls

13 lines (7 loc) · 222 Bytes

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