Commit b43a8488 by BellCodeEditor

auto save

parent 9fa88389
Showing with 13 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("刘老师是一头死猪\n他脑子有缺\n他脑子有病\n他想吃屎\n他是250",font=("Times",30,"normal")) # pen.write("刘老师是一头死猪\n他脑子有缺\n他脑子有病\n他想吃屎\n他是250",font=("Times",30,"normal"))
turtle # turtle.done
pen1=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forword(100)
pen.pencircle(50,180)
pen.right(90)
pen.pencircle(50,180)
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