Python基础----列表

python的基本数据结构:列表、元组、集合、字典。python的各种库有自己的数据结构,但是都由这些基本的数据结构组合而成。 python本身支持了很多类似C库函数功能的内在函数我们可以输入dir(builtins)指令来查看他们 dir(__builtins__) ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseE
相关文章
相关标签/搜索