Commit d76c2b90 by BellCodeEditor

save project

parent 1e522ef1
Showing with 10 additions and 3 deletions
a=input("你叫什么名字") import turtle
print(a+",你是最棒的创造师耶") pen=turtle.Pen()
\ No newline at end of file color=print("你想要什么颜色的五角星")
pen.fillcolor(color)
pen.begin_fill()
for i in range(3):
pen.forword(200)
pen.left(120)
pen.end_fill()
\ 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