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.
•« maine_bloc » : The name of the other main user block
•« output_id » : The ID of the <output> block executed in another main user block
•« out » : The variable that will be passed into the user block currently being edited. It comes from a <output> block executed in another main user block.
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.