Commit e7af90b6 by BellCodeEditor

save project

parent c72ccda5
Showing with 9 additions and 4 deletions
# 利用write()帮 # 利用write()帮
import turtle import turtle
#pen=turtle.Pen() screen=turtle.Screen()
#pen.write("Moyi,I don't love you\n, but you are clever.",font=("Times",18,"normal")) screen.bgcolor("light blue")
#pen.hideturtle() pen=turtle.Pen()
#turtle.done() pen.penup()
pen.goto(80,11)
pen.write("Moyi,I don't love you\n, but you are clever.",font=("Times",18,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen.penup()
pen.goto(40,-11)
pen1.color("red") pen1.color("red")
pen1.left(45) pen1.left(45)
pen1.forward(50) pen1.forward(50)
......
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