Commit e6ba31a9 by BellCodeEditor

save project

parent 5a4a97e7
Showing with 4 additions and 8 deletions
...@@ -7,8 +7,4 @@ for i in range(5): ...@@ -7,8 +7,4 @@ for i in range(5):
pen.forward(200) pen.forward(200)
pen.left(144) pen.left(144)
pen.end_fill() pen.end_fill()
turtle.done() turtle.done()
\ No newline at end of file
name=input("你叫什么名字") # 询问名字 name=input("你叫什么名字") # 询问名字
print(name,",你好") # 打招呼 \ No newline at end of file
\ 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