Commit 8232f08a by BellCodeEditor

save project

parent 4c0fd6ca
Showing with 4 additions and 1 deletions
name=input("你叫什么?")
print(name+"祝你妈身体健康!")
\ No newline at end of file
......@@ -6,7 +6,7 @@ P=turtle.Pen()
P.shape("turtle")
P.fillcolor("red")
P.begin_fill()
for i in range(15):
for i in range(4):
P.forward(200)
P.left(190)
P.end_fill()
......
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