Commit de381728 by BellCodeEditor

save project

parent d1da7108
Showing with 5 additions and 1 deletions
......@@ -4,9 +4,12 @@
"""
import turtle
pen = turtle.Pen()
screen=turtle.screen()
screen.bgcolor("black")
colors=["red","green","orange","yellow"]
for i in range(300):
pen.forward(1)
pen.right(91)
# 隐藏画笔,保存画布
# 隐藏画笔,保存画布r
turtle.hideturle()
turtle.done()
\ No newline at end of file
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