Commit 355fc13b by BellCodeEditor

auto save

parent f638a867
Showing with 11 additions and 6 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("老八\n早上好\n吃屎了吗",font=("Times",30,"normal")) screen.bgcolor("brown")
# pen.hideturtle() pen=turtle.Pen()
# turtle.done() pen.penup()
pen.goto(50,-100)
pen.write("老八\n晚上好\n你今天吃屎了吗",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(20) pen1.pensize(15)
pen1.pencolor("red") pen1.pencolor("red")
len=70
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
......
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