Commit b805a583 by BellCodeEditor

save project

parent dc677489
Showing with 10 additions and 1 deletions
import turtle
pen=turtle.pen()
pen=turtle.Pen()
pen.pencolor("blue")
pen.pensize(5)
pen.circle(50)
......
a=['悟空','小贝','八戒','波奇']
a.pop(2)
print(a)
a.insert(2,'诺伊')
red = a[0:3]
blue = a[2:5]
print(red)
print(blue)
\ 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