Commit 4cdf4066 by BellCodeEditor

save project

parent 4e5655ca
Showing with 6 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# Pen=turtle.Pen()
# Pen.write("故今日之责任\n,不在他人\n,而全在我少年\n",font=("Times",30,"normal"))
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("故今日之责任\n,不在他人\n,而全在我少年\n",font=("Times",30,"normal"))
pen=turtle.Pen()
pen.pensize(20)
pen.color("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