Commit 1155e51f by BellCodeEditor

auto save

parent c84b6c44
Showing with 11 additions and 5 deletions
message = "诺依,周末一起去看动漫展吧!" import turtle
colors=["green","red","orange","yellow"]
# 请对message进行遍历,取出所有元素 pen=turtle.Pen()
for i in message: screen=turtle.Screen()
print(i) screen.bgcolor("white")
for i in range(1,100000000000000000000000000000000000):
pen.forward(i)
pen.right(99)
pen.hideturtle()
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