Commit 59dcdaad by BellCodeEditor

save project

parent ac67b122
Showing with 6 additions and 0 deletions
# 利用write()帮助悟空给
import turtle
screen=turtle.Screen()
screen.bgcolor("wonman pink")
P=turtle.Pen()
P.penup()
P.goto(100,-100)
P.write("fuck you",font=("Times",24,"normal"))
P.hideturtle()
#turtle.done()
#import turtle
p1=turtle.Pen()
#Penup()
p1.pensize(5)
p1.pencolor("red")
p1.lt(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