Commit 959d51fd by BellCodeEditor

save project

parent a800de91
Showing with 2 additions and 11 deletions
import turtle
pen=turtle.Pen()
pen.begin_fill()
pen.fillcolor("green")
for i in range(360):
pen.forward(1.8999999999999999999999999999)
pen.right(1)
pen.end_fill()
pen.hideturtle()
turtle.done()
a=input("你叫什么名字")
print(a+"你好呀")
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