Boolean Data Tile#
A tile used to store boolean data type.
Description#
Description
- This Tile is used to store Data.
- For more details check Wikipedia.
- It can be used as a Conditions in While Loops , Continous While Loops
Output#
Data#
Info
- Return
Boolean data defaults to True. - Usage
Used for condition .
Real Signature#
Signature
- A plain language description of the function associated with the tile
def addition(x, y): return x + y