Commit 3c136b53 by BellCodeEditor

auto save

parent 93091478
Showing with 5 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light green")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.penup()
Pen.write("君不见,\n黄河之水天上来,\n奔流到海不复回。",font=("Times",30,"normal")) Pen.write("君不见,\n黄河之水天上来,\n奔流到海不复回。",font=("Times",30,"normal"))
Pen.goto(-100,0)
Pen.hideturtle() Pen.hideturtle()
Pen.pendown()
Pen.pensize(5) Pen.pensize(5)
Pen.color("red") Pen.color("red")
Pen.left(45) Pen.left(45)
......
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