Input code in the command bar to create multiple dots and make art! Input code like this : X position of dot.Y position of dot.Color of dot in numbers.size of dot/ and repeat this sort of statement with different values :D
Remix this project and create your own art using this project :D red dot with the size of 25 at the middle of the canvas : 0.0.0.25/ sky blue dot with the size of 100 at position (80, 90) of the canvas : 80.90.100.100/ red dot with the size of 25 at the middle of the canvas and a sky blue dot with the size of 100 at position (80, 90) : 0.0.0.25/80.90.100.100/