Commit 3fb4a0ba by BellCodeEditor

save project

parent eff1b4c3
Showing with 14 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("你没鸡鸡\n,你没小鸡鸡\n",font=('Time',10,'normal'))
# pen=turtle.Pen()
# pen.write("你没鸡鸡\n,你没小鸡鸡\n",font=('Time',10,'normal'))
# pen.hideturtle()
# turtle.done()
p1=turtle.Pen()
p1.pencolor('red')
p1.pensize(6)
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
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