This article is a continuation of the previous one. If you haven't seen the previous article, please view it from the link below. As an advanced edition, this time we will add various features to the ...
# t.circle() is used to draw a circle on the screen on line 9. # We draw a circle with radius 50 on line 9. # Task 1: On line 9, change the radius of the circle to 100 and run the code.