Commit b5374882 by BellCodeEditor

save project

parent 224f3c7a
Showing with 18 additions and 0 deletions
name=input("你叫什么呀?")
print(name+"很高兴认识你")
\ No newline at end of file
import turtle
b=turtle.Pen()
b.shape("turtle")
b.fillcolor("yellow")
b.begin_fill()
for i in range(666):
b.forward(200)
b.right(109)
b.hideturtle()
b.end_fill()
turtle.done()
\ No newline at end of file
import turtle
turtle.Pen()
\ 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