python中内置的数据结构有几种?

2020-01-31T11:18:04

a. 整型 int、 长整型 long、浮点型 float、 复数 complex
b. 字符串 str、 列表 list、 元祖 tuple
c. 字典 dict 、 集合 set
d. Python3 中没有 long,只有无限精度的 int

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »