Commit e6684495 by BellCodeEditor

auto save

parent 810a9aa6
Showing with 10 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ """# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
import random import random
screen=turtle.Screen() screen=turtle.Screen()
...@@ -23,3 +23,12 @@ pen1.circle(len,180) ...@@ -23,3 +23,12 @@ pen1.circle(len,180)
pen1.forward(2*len) pen1.forward(2*len)
pen.hideturtle() pen.hideturtle()
turtle.done() 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