PLOGO/turtle.js
2021-01-21 03:45:43 -05:00

4 lines
46 B
JavaScript

function turtle(){
forward(randint(100));
}