Commit 72b6a1af by BellCodeEditor

save project

parent 6ca8cfbc
Showing with 4 additions and 26 deletions
# 利用write()帮助悟空给
import turtle import turtle
screen=turtle.Screen() p=turtle.Pen()
screen.bgcolor("pink") p.write('hello',font=("Times",50,"normal"))
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)
p1.forward(100)
p1.circle(50,180)
p1.rt(90)
p1.circle(50,180)
p1.fd(100)
p1.hideturtle()
turtle.done()
turtle.done()
\ No newline at end of file
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