Commit cdf033bf by BellCodeEditor

save project

parent 72523714
Showing with 5 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("yellow")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.write("诺依\n你好!",font=("Times",30,"normal")) pen1.write("诺依\n你好!",font=("Times",30,"normal"))
pen1.hideturtle() pen1.hideturtle()
pen1.penup()
pen1.goto(100,-200)
pen1.pendown()
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
......
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