Commit 78157d66 by BellCodeEditor

save project

parent 3da833d0
Showing with 5 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("我喜欢编程,\n我爱它",font=("Times",15,"normal")) pen.write("我喜欢编程,\n我爱它",font=("Times",15,"normal"))
import turtle
pen.goto
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.penup()
pen1.goto(-100,100)
pen1.pendown()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
......
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