Commit a49d4728 by BellCodeEditor

save project

parent 0b478774
Showing with 14 additions and 7 deletions
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen
len=60 len=60
penl.left(45) pen.left(45)
penl.forward(2*len) pen.forward(2*len)
penl.circle(len,180) pen.circle(len,180)
penl.right(90) pen.right(90)
penl.circle(len,180) pen.circle(len,180)
penl.forward(2*len) pen.forward(2*len)
\ No newline at end of file \ 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