Lllustrator

Click HERE to return to the main page

Welcome to the Lllustrator! The Lllustrator is a way to practice calling functions in Python (in fact, this website does not use Python, but that's okay!). Input a function call in the cell below and see what it does! If you are looking for ideas, try running the calls listed below (one at a time please!)

L(True, -4, 4, 8, 8, "red")
L(False, -3, 3, 7, 7, "orange")
L(True, -3, 3, 6, 6, "yellow")
L(False, -2, 2, 5, 5, "green")
L(True, -2, 2, 4, 4, "blue")
L(False, -1, 1, 3, 3, "purple")
L(True, -1, 1, 2, 2, "red")
L(False, -0, 0, 1, 1, "orange")

Errors?


Previous function calls: