Commit 1f98dda5 by BellCodeEditor

save project

parent a2091ac2
Showing with 9 additions and 1 deletions
import turtle
p = turtle.Pen()
p.write("你好,大傻逼!!!",font=("黑体",15,"normal"))
s = turtle.Screen()
s.bgcolor("pink")
p.penup()
p.goto(100,-100)
p.write("我爱你,洪浩筝,我知道\n还有两年就要分开了,所以,\n我要好好爱你.",font=("黑体",15,"normal"))
p.pencolor("red")
p.goto(-100,-100)
p.pensize(50)
p.pendown()
p.lt(45)
p.fd(200)
p.circle(100,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