Commit c1c1c665 by BellCodeEditor

save project

parent 0f1197ec
Showing with 12 additions and 39 deletions
name=input("勇于挑战的创造师你叫什么呀?") import turtle
print(name+"你好") pen=turtle>Pen()
for i in range(5):
right(144)
pen=turtle.Pen()
pen.fillcolor(purple)
Pen.begin_fill()
for i in range(3)
pen.forward(200)
pen.right(144)
pen.end_fill()
turtle.done()
......
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