Commit db73e1a1 by BellCodeEditor

auto save

parent b7fbb16e
Showing with 13 additions and 0 deletions
import turtle# import turtle
import turtle# import turtle
i=input("要写什么?")
p=input("什么颜色?")
pen=turtle.Pen()
pen.penup()
pen.goto(100,100)
pen.pencolor(p)
pen.write(i,font=("Times",20,"normal"))
pen.hideturtle()
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