Commit f2bf45dd by BellCodeEditor

save project

parent 985012ee
Showing with 23 additions and 6 deletions
name = "悟空,"
word = "欢迎你"
a = 567
b = True
import turtle
pen1 = turtle.Pen()
print(type(a))
\ No newline at end of file
pen1.speed(100)
pen1.pencolor("gold")
pen1.fillcolor("gold")
pen1.begin_fill()
for i in range(100):
pen1.forward(200)
pen1.left(130)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
\ No newline at end of file
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