Dots
- nope_yep
- 3 years ago
- 125 views
Juni student @nope_yep used five turtles to create a beautifully random dot pattern! Look through the code to see how they implemented it, and run it a few times to see the cool patterns it can create. Notice how many random numbers they choose? That means there are literally infinite possible outputs for this program!
import random
random.randint(-240,240)
Locked
Canvas
Console