Commit a69dd454 by BellCodeEditor

auto save

parent 3515f1dd
Showing with 20 additions and 2 deletions
# 我们都爱夸夸夸 from turtle import*
\ No newline at end of file speed(0)
bgcolor("black")
colors = ["blue","green","yellow","red"]
for i in range(1,300):
pencolor(colors[i%4])
fd(i)
lt(91)
i+=2
hideturtle()
done()
\ No newline at end of file
for i in range(1,11):
for j in range(1,i+1):
print(i,"x",j,"=",(i*j),end=" ")
print()
\ 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