- 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.
推薦閱讀
- GraphQL學習指南
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Designing Hyper-V Solutions
- Learning Unity 2D Game Development by Example
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Developing SSRS Reports for Dynamics AX
- 深度學習原理與PyTorch實戰(第2版)
- Secret Recipes of the Python Ninja
- Robot Framework Test Automation
- MATLAB 2020 GUI程序設計從入門到精通
- 一覽眾山小:ASP.NET Web開發修行實錄
- Learning Node.js for Mobile Application Development
- 編程真好玩:從零開始學網頁設計及3D編程
- 快速搞定Spring Boot+Vue全棧開發
- 趣學Python游戲編程