1Graphical interface

 

2Function

The <add> block is equivalent to the « + » operator inPython, it allows you to either :

See the Python documentation for more details.

3Inputs

4Output

5Types

If one of the inputs is of type int or float, the other input must also be of type int or float.

If one of the inputs is of type “string,” the other input must be of the same type

If one of the inputs is of type “list,” the other input must be of the same type

If one of the inputs is of type “tuple,” the other input must be of the same type