Commit 7bba466e by BellCodeEditor

save project

parent ebd15936
Showing with 8 additions and 3 deletions
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.write("你\n好\n:)",font=("Times",30,"normal")) pen.penup()
# pen.hideturtle() screen=turtle.Screen()
screen.bgcolor("light blue")
pen.goto(100,-100)
pen.pendown()
pen.write("你\n\n:)\n我比全天下所有人帅",font=("Times",10,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.hideturtle() pen1.hideturtle()
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