Commit f920523c by BellCodeEditor

save project

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