Commit 590de9a6 by BellCodeEditor

auto save

parent 799be6c4
Showing with 3 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
import random as rd
screen=turtle.Screen()
screen.bgcolor("gold")
pen=turtle.Pen()
pen.write(" ",font=("Times",30,"normal"))
pen.write(" 输入文本... ",font=("Times",30,"normal"))
pen.hideturtle()
len=91
len=rd.randint(5,95)
pen.penup()
pen.goto(100,100)
pen.fillcolor("red")
......
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