Commit 2c6664ef by BellCodeEditor

save project

parent 745d8e9b
Showing with 44 additions and 8 deletions
name = "悟空" import turtle
word = ",欢迎你!" pen = turtle.Pen()
a = 567 pen.forward(200)
b = True pen.right(90)
print(name+word) pen.forward(200)
print(type(a)) pen.right(90)
print(type(b)) pen.forward(200)
\ No newline at end of file pen.right(90)
pen.forward(200)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.hideturtle()
while True:
pen.forward(2)
for i in range(360):
pen.forward(1.5)
pen.right(1)
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