Commit edb04a9c by BellCodeEditor

save project

parent 59981523
Showing with 8 additions and 8 deletions
name = input("你叫什么呀?")
print(name + ",你好啊")
\ No newline at end of file
import turtle
pen = turtle.Pen()
pen.speed(50)
pen.fillcolor("red")
pen.begin_fill()
for i in range(36):
for i in range(1200):
pen.forward(200)
pen.right(170)
pen.end_fill()
turtle.done()
\ No newline at end of file
pen.right(121)
pen.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