forfun2 – 'for' loop and functions

Create a function and use it inside the 'for' loop.

Environments

Environment 1

Constraints

  • Robot action commands and calls to your own functions: at most 8
  • User-defined function calls: at least 1
  • Required keywords in solution: for

Example in Python

from robot import *

task("forfun2")