forfun9 – 'for' loop and functions

Create a function to navigate through two rows. Use the 'for' loop inside it. Call the function twice.

Environments

Environment 1

Constraints

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

Example in Python

from robot import *

task("forfun9")