Commit 0733fedb by BellCodeEditor

save project

parent 16735e55
Showing with 9 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
Pen=turtle.Pen() # Pen=turtle.Pen()
Pen.write("Hello!\nHao are you?\nIm fine.",font=("Times","30","normal")) # Pen.write("Hello!\nHao are you?\nIm fine.",font=("Times","30","normal"))
Pen.hideturtle() # Pen.hideturtle()
# turtle.done()
#画圆
pen1=turtle.Pen()
pen1.circle(100)
pen1.hideturtle()
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