- Python Data Structures and Algorithms
- Benjamin Baka
- 65字
- 2021-07-09 19:45:01
None type
The None type is immutable and has one value, None. It is used to represent the absence of a value. It is returned by objects that do not explicitly return a value and evaluates to False in Boolean expressions. It is often used as the default value in optional arguments to allow the function to detect whether the caller has passed a value.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Getting Started with ResearchKit
- Apache Spark 2.x Machine Learning Cookbook
- Building a RESTful Web Service with Spring
- ASP.NET動態網頁設計教程(第三版)
- 從0到1:HTML+CSS快速上手
- Mastering ArcGIS Enterprise Administration
- 詳解MATLAB圖形繪制技術
- Go語言編程
- 后臺開發:核心技術與應用實踐
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 貫通Tomcat開發
- Docker:容器與容器云(第2版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 實戰Python網絡爬蟲