Activities/Turtle Art: Difference between revisions
| Line 633: | Line 633: | ||
(1) We'd add 'uturn' to the PALETTES list of lists: | (1) We'd add 'uturn' to the PALETTES list of lists: | ||
PALETTES = [['forward', 'back', 'clean', 'left', 'right | PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show', | ||
'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale', | 'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale', | ||
'arc', 'scale'], | 'arc', 'scale', 'left', 'top', 'right', 'bottom', 'uturn'], | ||
['penup','pendown', 'setpensize', 'fillscreen', 'pensize',... | ['penup','pendown', 'setpensize', 'fillscreen', 'pensize',... | ||