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