Commit f920523c by BellCodeEditor

save project

parent 7001355d
Showing with 11 additions and 12 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
colors=["red","blue","orange","yellow"]
for i in range(1,300):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
bor1="刘备"
bor2="关羽"
bor3="张飞"
bors["刘备""关羽""张飞"]
bor1=["刘备"1699.1]
bor2=["关羽"1608.5]
bor3=["张飞",166,8.3]
bro[0]="关羽"
bor[1]="刘备"
print(bros)
\ 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