Commit 0824afde by BellCodeEditor

save project

parent 115c2fe4
Showing with 16 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() turtle.bgcolor("purple")
pen.write("你好\n诺伊",font=("Times",30,"normal")) turtle.write("你好\n诺伊",font=("Times",30,"normal"))
pen.hideturtle() turtle.hideturtle()
turtle.pensize(10)
turtle.penup()
turtle.goto(45,54)
turtle.color("red")
turtle.pendown()
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.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