update turtle.js

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

View File

@ -6,7 +6,6 @@ function turtle(){
right(randint(100));
forward(randint(200));
penup();
right(randint());
forward(randint());