Commit 510439ba by BellCodeEditor

save project

parent 378adfa4
Showing with 4 additions and 1 deletions
name=input("输入名字")
print(name+"你好啊")
\ No newline at end of file
...@@ -4,7 +4,7 @@ pen.shape("turtle") ...@@ -4,7 +4,7 @@ pen.shape("turtle")
pen.color("blue") pen.color("blue")
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
for i in range(200): for i in range(73):
pen.forward(200) pen.forward(200)
pen.right(143) pen.right(143)
pen.end_fill() pen.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