updated starter code

This commit is contained in:
lee2sman 2021-01-21 04:45:01 -05:00
parent dbd22abbd4
commit 93192f750a
1 changed files with 6 additions and 0 deletions

View File

@ -1,12 +1,18 @@
function turtle(){
penSize(3);
penColor('purple');
right(randint(100));
forward(randint(200));
penup();
right(randint());
forward(randint());
penSize(12);
penColor('#00ff8f');
pendown();
right(randint(45));
forward(randint(300));