Commit a9afde06 by BellCodeEditor

auto save

parent a50ceeec
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a = turtle.Pen()
a.penup()
a.goto(100,-100)
a.write("fdgndf\njklldak\nmpukdbnpko",font = ("qq",30,"normal"))
a.hideturtle()
ll = turtle.Screen()
ll.bgcolor("blue")
aa = turtle.Pen()
aa.pensize(100)
aa.left(45)
aa.forward(200)
aa.circle(100,180)
aa.right(90)
aa.circle(100,180)
aa.forward(200)
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