Commit ff73086c by BellCodeEditor

save project

parent eadcf192
Showing with 3 additions and 1 deletions
import turtle
pen=turtle.Pen()
screen.turtle.screen()
screen.bgcolor("black")
colrs=["red","orange","yello","green"]
for i in range(1,300):
pen.forward(distance)
pen.right(91)
......
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