Python built-In types

Python has several standard types built into the interpreter:

  • None: The Null object
  • Numerics: int, long, float, complex, and bool (The subclass of int with True or False value)
  • Sequences: str, list, tuple, and range
  • Mappings: dict
  • Sets: set and frozenset
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.37.126