Commit c5349f2e by BellCodeEditor

save project

parent 9e12d9db
Showing with 5 additions and 1 deletions
n =input("你叫什没名字?")
print(n+",你好帅丫!")
\ No newline at end of file
......@@ -3,10 +3,11 @@ pen=turtle.Pen()
pen.shape("turtle")
pen.color("red")
pen.begin_fill()
for i in range(5):
for i in range(4):
pen.forward(200)
pen.right(144)
pen.end_fill()
pen.right(14400000000000000000000000000)
turtle.done()
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