Commit cb77a041 by BellCodeEditor

save project

parent 8e0b92af
Showing with 5 additions and 9 deletions
import turtle
pen=turtle.Pen()
for i in(1,300):
pen.forward(i)
pen.right(91)
SB+=i
turtle.done()
\ No newline at end of file
bmxfi = ["悟空","小贝","八戒","波奇"]
bmxfi.pop(2)
bmxfi.insert(2,"gyutf")
print(bmxfi)
import turtle
pen = turtle.Pen()
screen = turtle.Screen()
......
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