Commit 1d3391cc by BellCodeEditor

save project

parent 640dc48d
Showing with 11 additions and 14 deletions
import turtle a=["1"]
pen=turtle.Pen() b=["2"]
screen=turtle.Screen() a.extend(b)
screen.bgcolor("black") print(a)
colors=["blue","red","green","pink"] \ No newline at end of file
pen.speed(10000000000000000000)
for i in range(10000000000000000):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
b=["够使","GG bong","GG bong","撒比","赤石"]
b=["够使","GG bong","GG bong","撒比","赤石"]
b.pop(1)
b.remove("GG bong")
print(b)
\ 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