B
E
E

H
I
V
E

You get to create this beautiful hive figure. Suggestion: Create the hexagons with repeats and then experiment to get your placement correct. This assignment should not be too difficult at this point. You should remember to use pu and pd, as well as setxy. For more information about using setxy consult the documentation (use the Help Menu).
x
x
x
xxxxxxxxxx Using SETXY: SETXY takes two numbers as input. So the proper useage looks like this:

SETXY 40 -100

SETXY places the turtle in different locations of the LOGO screen depending on what numbers you supply to it. For instance, if you were to type SETXY 0 0, then the turtle would be placed at the center of the screen (if it's not already there). One thing you need to remember is that using SETXY will leave a line from where the turtle was to where SETXY places the turtle unless you use PU before using SETXY.

xxxxxxxxxx
x
x
x