Commit 3e78acb2 by BellCodeEditor

save project

parent 4f67c5ff
Showing with 3 additions and 13 deletions
name=input("你叫什么名字")
print(name+"你好!")
\ No newline at end of file
import turtle
p=turtle.Pen()
p.fillcolor("red")
p.begin_fill()
for i in range(100):
p.forward(300)
p.left(122)
p.end_fill()
p.hideturtle()
turtle.done()
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