Commit 85049d69 by BellCodeEditor

save project

parent 4b26be50
Showing with 18 additions and 0 deletions
#画画,画爱心
import turtle#调用海龟
pen=turtle.Pen()#赋值变量
screen=turtle.Screen()
screen.bgcolor("green")
pen.pencolor("blue")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
pen.penup()
goto(100,100)
pen.write("你\n\n\n\n逼",font=("Times",30,"normal"))
pen.pensize(10)
\ 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