- Mastering Python Networking
- Eric Chou
- 45字
- 2021-07-02 21:42:32
The None type
The None type denotes an object with no value. This is returned in functions that do not explicitly return anything. The None type is also used in function arguments to error out if the caller does not pass in an actual value.
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- ServiceNow Application Development
- 算法訓練營:入門篇(全彩版)
- Software Testing using Visual Studio 2012
- Reactive Android Programming
- Java項目實戰精編
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Python算法詳解
- 輕松上手2D游戲開發:Unity入門
- Building Business Websites with Squarespace 7(Second Edition)
- Android初級應用開發
- 創新工場講AI課:從知識到實踐
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- TensorFlow.NET實戰
- C語言進階:重點、難點與疑點解析