Commit 2c8d2e0b by BellCodeEditor

save project

parent 678a4782
Showing with 1 additions and 0 deletions
import random
import turtle
star = turtle.Pen()
star.speed(0)
star.pencolor("red")
star.fillcolor("red")
star.begin_fill()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment