Skip to content

Tile#


alt text descriere

Description#

Description

Inputs#

Input1#

Info
  • Type
    Numeric value defaults to 0
    
    Accepted 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)