wif1 – 'while' loop with 'if'
Paint every cell in the corridor that does not have a wall above it.
Environments
Constraints
- Keyword 'if': at most 2
Example in Python
from robot import *
task("wif1")
wif1 – 'while' loop with 'if'from robot import *
task("wif1")