Commit 9cff9741 by BellCodeEditor

save project

parent 7a8c3ed9
Showing with 2 additions and 14 deletions
import turtle
pen1=turtle.Pen()
pen1.fillcolor("black")
pen1.begin_fill()
for i in range(36):
pen1.forward(150)
pen1.right(170)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
name=input("你叫什么名字")
print(name+"你是最棒的创造师")
......
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