Commit 7eb846a5 by BellCodeEditor

save project

parent 84a985a5
Showing with 4 additions and 1 deletions
...@@ -8,7 +8,7 @@ pen.fillcolor("red") ...@@ -8,7 +8,7 @@ pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
for i in range(10): for i in range(10):
pen.forward(10) pen.forward(10)
pen.left(100) pen.left(110)
pen.hideturtle() pen.hideturtle()
pen.end_fill() pen.end_fill()
turtle.done() turtle.done()
\ No newline at end of file
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