box draws a box under the turtle

box can make a square in any color.

box red

Box accepts an optional second argument, which is the size of the box in pixels. Remember that arguments need to be separated by a comma.

box lightgreen, 100

In our code, we need at least two words to run a function, but you can use the word do to run a function without arguments. do box draws a default black box.

do box