Commit 3b796ec8 by BellCodeEditor

save project

parent 52d73495
Showing with 4 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("滚,二狗子",font=("宋体",30,"italic")) pen.write("滚,二狗子",font=("宋体",30,"italic"))
pen.hideturtle() pen.hideturtle()
pen.left(45) pen.left(45)
pen.pensize(10) pen.pensize(10)
pen.pencolor("green") pen.pencolor("green")
pen.fillcolor("green") pen.fillcolor("green")
pen.goto(0,0)
pen.pendown()
pen.begin_fill() pen.begin_fill()
pen.forward(100) pen.forward(100)
pen.circle(50,180) 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