Commit 8b1ecc11 by BellCodeEditor

save project

parent bf383bc4
Showing with 26 additions and 4 deletions
...@@ -5,12 +5,33 @@ ...@@ -5,12 +5,33 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
color=["red","orange","yellw","green"] color=["red","orange","yellow","green"]
pen = turtle.Pen() pen = turtle.Pen()
colos=turtje.Pen()
Pen.forward(i)
for i in range(1,5000): for i in range(1,5000):
pen.pencolor(color[i%4]) pen.pencolor(color[i%4])
pen.forward(2) pen.forward(i)
pen.right(91) pen.right(91)
turtle.done() turtle.done()
"""
丛如麟Python
+60
周子轩Python
+60
冯戴睿Python
+60
4
洪福成Python
+60
"""
\ 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