Commit 95adcbdc by BellCodeEditor

save project

parent 52397581
Showing with 10 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("老牛逼\n你牛逼了!",font=("Times",18,"normal"))
# pen.hideturtle()
# turtle.done()
#背景颜色
screen=turtle.Screen()
screen.bgcolor("light blue")
#写字
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("老牛逼\n你牛逼了!",font=("Times",18,"normal"))
pen.hideturtle()
turtle.done()
#画爱心
pen1=turtle.pen()
pen1.pencolor("red")
......
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