Commit e6684495 by BellCodeEditor

auto save

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