Tile#
descriere
Description#
Description
- a output1
- b
Inputs#
Input1#
Info
- Type
Numeric value defaults to 0Accepted types: Integer, Float, String - Usage
a
Input2#
Info
- Type
Accepted types: Any - Usage
a
Output#
Output1#
Info
- Return
Boolean type defauls to True - Usage
a
Output2#
Info
- Return
None - Usage
Starts the loop
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)