Commit cb77a041 by BellCodeEditor

save project

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