SEONGJUHONG
—
by
code
import turtle t = turtle.Turtle() for i in range(5): t.forward(150) t.right(144)
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.