forfun6 – 'for' loop and functions
Create a function and use it inside the 'for' loop.
Environments
Constraints
- Robot action commands and calls to your own functions: at most 10
- User-defined function calls: at least 1
- Required keywords in solution: for
Example in Python
from robot import *
task("forfun6")