Commit e6684495 by BellCodeEditor

auto save

parent 810a9aa6
Showing with 11 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
"""# 利用write()帮助悟空给诺依回信吧~
import turtle
import random
screen=turtle.Screen()
......@@ -22,4 +22,13 @@ pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
"""
import turtle
pen=turtle.Pen()
pen.write("skdj!\nsjlkf!\n",font=("Times",30,"normal"))
pen.hideturtle()
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