Commit 7fb9dc57 by BellCodeEditor

save project

parent 58baed15
Showing with 9 additions and 14 deletions
import turtle bor="刘备"
screen=turtle.Screen() bor="关羽"
screen.bgcolor("light pink") bor="张飞"
pen=turtle.Pen() bors=["刘备","关羽","张飞"]
pen.pencolor("red") bors[-3]="关羽"
pen.pensize(10) bors[-2]="刘备"
pen.left(45) print(bors)
pen.forward(100) len(bors)
pen.circle(50,180) \ No newline at end of file
pen.right(90)
pen.circle(50,180)
pen.forward(100)
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