python的类型

python的类型主要分为:

  • Numbers(数字)
  • String(字符串)
  • List(列表)
  • Tuple(元组)
  • Dictionary(字典)

这些分类构成了python的基本元素,每个类型是python开发者必须掌握的类型。

原文地址:https://www.cnblogs.com/leisure520/p/6406936.html