Commit ee949bb1 by BellCodeEditor

auto save

parent 48dbcbcf
Showing with 12 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
turtle.write("你好\n中国!",font=("Times",50,"bold")) turtle.write("你好\n中国!",font=("Times",50,"bold"))
turtle.pencolor("red")
turtle.pensize(10)
turtle.penup()
turtle.goto(0,-200)
turtle.pendown()
turtle.left(45)
turtle.fd(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.fd(100)
turtle.hideturtle() turtle.hideturtle()
turtle.done() 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