Commit cb77a041 by BellCodeEditor

save project

parent 8e0b92af
Showing with 7 additions and 10 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()
......@@ -11,4 +10,4 @@ for i in range(1,300):
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
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