Commit 868b7044 by BellCodeEditor

save project

parent 506c711e
Showing with 8 additions and 4 deletions
import turtle import turtle
# Pen=turtle.Pen() Pen=turtle.Pen()
# Pen.write("你好\n鲁尔一天\n看是否合同",font=("Time",20,"normal"))
# Pen.hideturtle() screen=turtle.Screen()
# turtle.done() screen.bgcolor("green")
Pen.penup()
Pen.goto(100,-100)
Pen.write("你好\n鲁尔一天\n看是否合同",font=("Time",20,"normal"))
Pen.hideturtle()
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.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