Commit c88a9771 by BellCodeEditor

save project

parent b1faef5e
Showing with 15 additions and 19 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen() screen = turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() wen = turtle.Pen()
pen.write("你好/nfuck.",font=("Times",30,"normal")) wen.write("这是新学期的第一课,\n打起精神!"
pen.hideturtle() font=("Times",15,"normal"))
xin=turtle.Pen()
pen.penup() xin.pencolor("red")
pen.goto(100,100) xin.pensize(20)
pen.pendown() xin.left(45)
pen.pensize(5) xin.forward(100)
pen.pencolor("red") xin.circle(50,180)
pen.left(45) xin.right(90)
pen.forward(100) xin.circle(50,180)
pen.circle(50,180) xin.forward(100)
pen.right(90) turtle.done()
pen.circle(50,180) \ No newline at end of file
pen.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