June 2017
Intermediate to advanced
446 pages
10h 10m
English
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.