Codex Home
Kojo Home
Login
Sign up
Search
Code Sketch
samarth
By
:
Mhalsakant School
Category
: Programming
Copy Code
clear() repeat(20) { repeat(4) { setPenColor(randomColor) forward(40) right } hop(40) }