Commit 149f3152 by BellCodeEditor

save project

parent 6e5c2f87
Showing with 14 additions and 3 deletions
name="悟空"
print(name+"欢迎你")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.color("blue")
pen.fillcolor("red")
pen.begin_fill()
for i in range(35):
pen.forward(200)
pen.left(170)
pen.hideturtle()
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