Commit fa8e65de by BellCodeEditor

save project

parent bdea3f62
Showing with 3 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen
pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀!\n你好吗"front=("Times",20,"normal") pen.write("你好呀!\n你好吗"front=("Times",20,"normal")
pen.hideturtle() pen.hideturtle()
......
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