Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Simple Graphics [1/15]


Simple Graphics

This program draws multiple white circles. Each circle has a radius of 20.

The circle function has the form:
circle(x, y, radius)

Exercise:

1. In the first row of circles, change the radius to 25.
[Run the program]

2. In the second row of circles, change the radius to 30.

Loading...