Commit 2c6664ef by BellCodeEditor

save project

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