Commit 3918c30b by BellCodeEditor

auto save

parent c66a449e
Showing with 42 additions and 0 deletions
"""
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
......@@ -20,3 +21,44 @@ pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
turtle.done()
"""
import turtle
Pen=turtle.Pen()
pen.write(text,font=("你好马牛逼\npython真好用\n","35,normal"))
pen.hideturtie()
turtle.done()
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