Python Notes: Basic Data Types

There are 6 basic data types in Python, following are these:

  • Number(数字)
  • String(字符串)
  • List(列表)
  • Tuple(元组)
  • Sets(集合)
  • Dictionary(字典)

1. Number

你可能感兴趣的:(Python Notes: Basic Data Types)