Commit 71040a77 by BellCodeEditor

save project

parent e89d978c
Showing with 7 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.hideturtle() pen.penup()
# pen.write("山外青山楼外楼,\n唱跳rap打篮球。",font=("Times",30,"normal")) pen.goto(100,-100)
# turtle.done() pen.hideturtle()
a=turtle.Screen()
a.bgcolor("dark red")
pen.write("山外青山楼外楼,\n唱跳rap打篮球。",font=("Times",30,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.hideturtle() pen1.hideturtle()
pen1.pensize(5) pen1.pensize(5)
......
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