Built In Constants

1 Description

These constants are built in to Python.

2 List of Constants

Built-In Constants
Constant Name Constant Description
False The false value of the Bool object
True The true value of the Bool object

This document was last updated: