Commit 17804b1d authored by Skip Montanaro's avatar Skip Montanaro

new section - builtin constants

parent 2cfc4725
\section{Builtin Constants}
A small number of constants live in the builtin namespace. They are:
\begin{datadesc}{False}
The false value of the \code{bool} type.
\versionadded{2.3}
\end{datadesc}
\begin{datadesc}{True}
The true value of the \code{bool} type.
\versionadded{2.3}
\end{datadesc}
\begin{datadesc}{None}
The sole value of \code{NoneType}. \code{None} is frequently used to
represent the absence of a value, as when default arguments are not passed
to a function.
\end{datadesc}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment