Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
^~\♡hope U not hungry 4 Nanobots
from turtle import Screen, Turtle screen = Screen () turtle = Turtle () turtle.speed ('slowest') screen.delay (100) # try code with and without this line turtle.circle (175) screen.exitonclick () The argument to delay () is the number of milliseconds of delay to add to each update