Commit 3a33de41 by BellCodeEditor

save project

parent 43ef2ec0
Showing with 8 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
#制造画笔 pen=turtle.Pen() # pen=turtle.Pen()
#写字pen.write("我是嫩爹,\n沃日你先人,\n混账",font=("Time",30,"normal")) #pen.write("我是嫩爹,\n沃日你先人,\n混账",font=("Time",30,"normal"))
#隐藏画笔 pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
\ No newline at end of file pen1=turtle.Pen()
pen1.circle(160)
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