Commit 0a566bb5 by BellCodeEditor

auto save

parent 87e0e902
Showing with 10 additions and 11 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write(" 阳光开朗大男孩!\n鸡你太美\n鸡汤来咯!\n",font=("Times",50,"normal"))
pen.hideturtle()
turtle.done()
pen=turtle.Pen()
pen.left(45)
pen.forward(20)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(20)
......
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