Commit 045a232a by BellCodeEditor

save project

parent 9383352f
Showing with 22 additions and 3 deletions
name = "悟空" import turtle
world = ",你好呀!" pen=turtle.Pen()
print(name+world) pen.shape("turtle")
pen.fillcolor("green")
pen.begin_fill()
for i in range(5):
pen.forward(300)
pen.right(144)
pen.end_fill()
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