Commit 4828706c by BellCodeEditor

save project

parent 1e9f1092
Showing with 8 additions and 3 deletions
import turtle import turtle
p = turtle.Pen() # p = turtle.Pen()
p.write("你好,\n很高兴见到你!",font=("Times",30,"normal")) # p.write("你好,\n很高兴见到你!",font=("Times",30,"normal"))
p.hideturtle() # p.hideturtle()
# turtle.done()
#画图
p1 = turtle.Pen()
p1.circle(50)
turtle.done() 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