Python基礎----列表

python的基本數據結構:列表、元組、集合、字典。python的各種庫有自己的數據結構,但是都由這些基本的數據結構組合而成。 python本身支持了很多類似C庫函數功能的內在函數我們可以輸入dir(builtins)指令來查看他們 dir(__builtins__) ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseE
相關文章
相關標籤/搜索