if4 – 'if' statement

You need to paint in any case (for both environments). Do not place the 'paint()' command inside the 'if' statement.

Environments

Environment 1
Environment 2

Constraints

  • Required keywords in solution: if
  • Forbidden keywords in solution: while

Example in Python

from robot import *

task("if4")