1Graphical interface

 

2Function

The <type> block enables type conversion; it includes the following Python type conversion functions: bool(), int(), float(), str(), list(), tuple(), dict(), set()

See the Python documentation for more details.

3Inputs

4Output

5Types

The “in” input can be of any type; the “type” input is of type int; the “out” output is of the type defined by the “type” input