Commit adcba6c5 by BellCodeEditor

save project

parent 6ce8e1e0
Showing with 1 additions and 17 deletions
import turtle
t=turtle.Pen()
t.write("你好鸭~",font=("Times",30,"normal"))
t.write("您的电脑遇到了问题\n,我们只收集某些错误信息,稍后为您自动重启",font=("Times",10,"normal"))
t.hideturtle()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.pendown()
pen.fillcolor("red")
pen.begin_fill()
pen.pensize(10)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.end_fill()
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