Laten we een cirkel in turtle maken
import turtle t = turtle.Turtle() t.circle(50)
Wat moet je doen om de cirkel kleiner te maken?