目录
- Types: Built-in Types
 - Types: 1. Truth Value Testing
 - Types: 2. Boolean Operations — and, or, not
 - Types: 3. Comparisons
 - Types: 4. Numeric Types — int, float, long, complex
 - Types: 5. Iterator Types
 - Types: 6. Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrange
 - Types: 7. Set Types — set, frozenset
 - Types: 8. Mapping Types — dict
 - Types: 9. File Objects
 - Types: 10. memoryview type
 - Types: 11. Context Manager Types
 - Types: 12. Other Built-in Types
 - Types: 13. Special Attributes