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 15.
[Run the program]

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

Exercises:

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.

  • To track how far you have progressed, click on the “Overview” button at the top left menu.
  • Remember to do some regular breaks from your learning journey.

Loading...