Commit 60062b4f by BellCodeEditor

auto save

parent 14b4bf1d
Showing with 0 additions and 1986 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen = turtle.Screen()
screen.bgcolor("blue"and"red")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好~\n罗一",font=("Times",30,"normal")) pen.write("你好~\n罗一",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
# turtle.done() # 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