Commit 8415e93f by BellCodeEditor

auto save

parent 027d3568
Showing with 12 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!" import turtle
pen=turtle.Pen()
# 请对message进行遍历,取出所有元素 turtle.bgcolor("black")
sides=7
colors=["red","orange","yellow","green","light bule","blue","purple"]
for i in range(360):
pen.pencolor(color[i%sides])
pen.forward(i*3/sides+i)
pen.left(360/sides+1)
pen.width(i*sides/200)
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