import turtle, Get the turtle ready, t = turtle.Turtle(), Create a turtle with name 't', forward(distance), Move the turtle forward by the 'distance' steps., backward(distance), Move the turtle backward by the 'distance' steps, right(angle), Turn the turtle right by the 'angle' degrees., left(angle), Turn the turtle left by 'angle' degrees., goto(x, y), Move the turtle to a point with coordinates (x, y)., circle(radius), Draw a circle with a given radius., dot(size, color), Draws a filled circle (a dot)., penup(), Lift the pen up, pendown(), Put the pen down, pensize(width), Change the thickness of the line.Set the line thickness., pencolor(color), Change the color of the pen, fillcolor(color), Set the color used to fill shapes., begin_fill(), Remember the starting point for a filled shape., end_fill(), Close the shape and fill it with the color., speed(speed), Change how fast the turtle moves, turtle.done(), Tell the program, "Wait, I am finished now.".

Turtle. Python. Group 1.1

by

Leaderboard

Visual style

Options

Switch template

)
Continue editing: ?