Commit 89e7cf1d by BellCodeEditor

auto save

parent c47485ef
Showing with 7 additions and 3 deletions
import turtle import turtle
screen=turtle.Screen()
# pen=turtle.Pen() screen.bgcolor("pink")
# pen.write("亲爱的诺依\n,地球上有啥好玩的吗\n,请你快点给我回信吧",font=("Times",20,"normal")) pen=turtle.Pen()
pen.penup()
pen.goto(50,-100)
pen.write("亲爱的诺依,\n地球上有啥好玩的吗?\n请你快点给我回信吧。",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
pen1.color("red") pen1.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