Commit 8c18ee07 by BellCodeEditor

save project

parent 2de0619f
Showing with 7 additions and 5 deletions
# import turtle # 利用write()帮助悟空给诺依回信吧~
# Pen=turtle.Pen()
# Pen.write("无\n语\n子\n",font=("Times",50,"normal"))
# Pen.hideturtle()
# turtle.done()
import turtle import turtle
screen=turtle.Screen()# 利用write()帮助悟空给诺依回信吧~
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("咸鱼乐园风流倜傥的大老板余泽贤:",font=("Times",20,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(6) Pen1.pensize(6)
Pen1.pencolor("blue") Pen1.pencolor("blue")
......
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