Commit 7e161d5b by BellCodeEditor

save project

parent fd5328da
Showing with 20 additions and 4 deletions
name="悟空" import turtle
word=" 欢迎你!" pen=turtle.Pen()
print(name+word) pen.shape("turtle")
\ No newline at end of file for i in range(5):
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.left(72)
pen.hideturtle()
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