Commit bee2406a by BellCodeEditor

save project

parent 7999dc74
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("\n 诺伊 \n 我会用Python 打字了 \n谢谢你 \n 悟空",font=("Times",39,"normal")) pen.write("\n 诺伊 \n我会用Python 打字了 \n谢谢你 \n ———悟空",font=("Times",39,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.fillcolor("red") pen1.fillcolor("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