Name | True |
---|---|
Examples |
rect(30, 20, 50, 50) b = True if b: # If b is True line(20, 10, 90, 80) # This line is drawn else: line(20, 80, 90, 10) # This line is not drawn |
Description | Reserved word representing the logical value "True". |
Syntax | x = True y == True |
Related |
False Boolean False Boolean |
Updated on Tue Feb 27 14:07:12 2024.
If you see any errors or have comments, please let us know.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License