Commit 3feecc1c by BellCodeEditor

save project

parent f41c7459
Showing with 5 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("滚",font=("Times",20,"normal"))
pen=turtle.pen()
pen.pensize(5)
pen.pencoler("red")
pen=turtle.Pen()
pen.pensize(8)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
......
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