updated starter code

This commit is contained in:
lee2sman 2021-01-21 04:22:38 -05:00
parent da25d23a55
commit c80f885c4b
1 changed files with 2 additions and 0 deletions

View File

@ -3,9 +3,11 @@ function turtle(){
right(randint(100));
forward(randint(200));
penup();
right(randint());
forward(randint());
pendown();
right(randint(45));
forward(randint(300));
}