'for' loop and functions
9 tasks
-
forfun1Create a function to move forward by 2 cells and use it inside the 'for' loop.
-
forfun2Create a function and use it inside the 'for' loop.
-
forfun3Create your own function to paint a square and use it inside the 'for' loop.
-
forfun4Create your own function to paint a square and use it inside the 'for' loop.
-
forfun5Create a function and use it inside the 'for' loop.
-
forfun6Create a function and use it inside the 'for' loop.
-
forfun7Create a function and use it inside the 'for' loop.
-
forfun8Create a function. Use the 'for' loop inside it. Call the function twice.
-
forfun9Create a function to navigate through two rows. Use the 'for' loop inside it. Call the function twice.