Commit 1d3391cc by BellCodeEditor

save project

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