None

« Back to Glossary Index

A special kind of programming value. If you’re familiar with other programming languages, this is approximately equivalent to NULL.

For the most part, you can think of None as a special False value. Notably, persistent variables begin with a value of None.

« Back to Glossary Index