Commit c0a799f8 by BellCodeEditor

save project

parent 14d41125
Showing with 9 additions and 4 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("hjcnj\nckcn",font=("Times",30,"normal"))# 利用c帮助悟空给诺依回信吧~ screen.bgcolor("pink")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.penup()
pen.goto(100,0)
pen.write("回信",font=("Times",30,"normal"))# 利用c帮助悟空给诺依回信吧~
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") 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