Commit b1c23e6b by BellCodeEditor

save project

parent 0f2b6181
Showing with 10 additions and 3 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen = turtle.Pen() pen = turtle.Pen()
# pen.write("我操你妈",font=("Time",18,"normal")) pen.penup()
# pen.hideturtle() pen.goto(100,-100)
# turtle.done() pen.pendown()
pen.write("我艹你妈,你个傻逼\n,你个艹妈小子",font=("Time",18,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(0,0)
pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.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