Commit 1e9d5645 by BellCodeEditor

save project

parent 34d156fa
Showing with 7 additions and 5 deletions
import=turtle.Pen() import turtle
screen=turtle.Screen pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen.write("你好呀,sb",font=("riome",13,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀",font=("Times",13,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.color("red") pen1.color("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.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