- Mastering Python Networking
- Eric Chou
- 44字
- 2021-07-02 21:42:32
Python built-In types
Python has several standard types built into the interpreter:
- None: The Null object
- Numerics: int, long, float, complex, and bool (The subclass of int with True or False value)
- Sequences: str, list, tuple, and range
- Mappings: dict
- Sets: set and frozenset
推薦閱讀
- Go Web編程
- JavaScript 從入門到項目實踐(超值版)
- vSphere High Performance Cookbook
- C語言程序設(shè)計教程(第2版)
- Julia機器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計算
- Instant Typeahead.js
- C語言程序設(shè)計
- C語言程序設(shè)計
- Scala Data Analysis Cookbook
- Modern C++ Programming Cookbook
- ABAQUS6.14中文版有限元分析與實例詳解
- 計算機組裝與維護(第二版)
- Test-Driven iOS Development with Swift
- Node.js應(yīng)用開發(fā)
- Isomorphic Go