Commit 454f94ce by BellCodeEditor

save project

parent 027d3568
Showing with 11 additions and 2 deletions
message = "诺依,周末一起去看动漫展吧!" import turtle
pen=turtle.Pen()
sides=7
pen.penup()
color=['red','blue','yellow','green','white','black','orange']
pen.bgcolor(black)
for i in range(360):
pen.right(20)
pen.color(color%2)
pen.forward(100)
pen.done()
# 请对message进行遍历,取出所有元素
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