Commit a95b7ff0 by BellCodeEditor

save project

parent c816b9b8
Showing with 19 additions and 0 deletions
#文字设置
import turtle
p=turtle.Pen()
p.penup()
p.goto(100,-100)
p.write("你好\n\n巴波.休立干.古力泰.\n彭彭克皮.彭彭科纳.\n菲谢尔.洪.露弗斯福斯.\n那菲多特.阿斯托洛吉斯.\n莫娜.梅吉斯图斯\n\n欢迎来到冒险家协会!",font=("time",18,"normal"))
#画笔初始化
p1=turtle.Pen()
p1.pencolor("red")
#画爱心
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
#保存画布
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