Commit f67d8a51 by BellCodeEditor

save project

parent fb88c35f
Showing with 5 additions and 3 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen()
pen.pencolor("white")
pen.forward(50)
pen.write("hi,诺伊~\nPython真好用",font=("Times",30,"normal"))
pen.penup()
pen.goto(0,50)
pen.write("hi,诺伊~\nPython真好用",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
......
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