Commit d3b767cd by BellCodeEditor

save project

parent 2e3dcdd3
Showing with 8 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen () pen=turtle.Pen ()
distance=1 pen.shape("turtle")
screen=turtle.Screen()
screen=
for i in range(1,300): for i in range(1,300):
pen.forward(distance) pen.pencolor(colors[i%4])
distance+=1 pen.forward(i)
pen.right(92) pen.right(92)
turtle.hideturtle() turtle.hideturtle()
turtle.done() turtle.done()
b=['袁术','夏侯惇','曹操','关羽']
b.pop(3)
print(b)
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