1Graphical interface

 

2Function

The <input_output> block allows you to retrieve the output generated by another main user block—that is, a user block that has been downloaded and executed separately from the current user block.

3Inputs

4Output

5Types

The “maine_bloc” input is of type str; the “output” input is of type int.

The “out” output is of the same type as the variable that enters the <output> block of the other main user block, which is executed independently of the current user block.