Commit cef29c0d by BellCodeEditor

save project

parent a15989ca
Showing with 22 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# dew = turtle.Pen()
# dew.up()
# dew.goto(0,-130)
# dew.down()
# dew.write("悟\n空\n给\n诺\n依\n回\n信",font = ("楷体",20,"normal"))
# dew.hideturtle()
# turtle.done()
pen = turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
pen.left(45)
pen.forward(500)
pen.circle(500*2/8*2,180)
pen.right(90)
pen.circle(500*2/8*2,180)
pen.forward(500)
turtle.done()
\ No newline at end of file
import random
\ 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