Commit 9a6a03e2 by BellCodeEditor

save project

parent cabc6616
Showing with 12 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你,\n你好帅。\n你在夕阳下的身影,\n好帅。\n好帅......。.",font=("Times",30,"normal")) pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light yellow")
pen1.penup()
pen1.goto(100,-100)
pen1.write("你\n你好帅\n你在夕阳下的身影\n好帅\n好帅.......",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
pen=turtle.Pen()
pen.pensize(10) pen.pensize(10)
pen.pencolor('red') pen.pencolor('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