Commit e479251e by BellCodeEditor

auto save

parent 63358e46
Showing with 18 additions and 0 deletions
import turtle
a=turtle.textinput("提示","输入:")
turtle.write(a,font=("黑体",40,"bold"))
turtle.penup()
turtle.goto(-100,-40)
turtle.pendown()
turtle.pencolor("red")
turtle.pensize(5)
for i in range(4):
turtle.forward(200)
turtle.right(90)
turtle.hideturtle()
turtle.done()
\ No newline at end of file
import turtle
turtle.circle(100,360,10)
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