Commit 7fb9dc57 by BellCodeEditor

save project

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