Commit 19e7b25b by BellCodeEditor

save project

parent c816b9b8
Showing with 21 additions and 0 deletions
import turtle
p=turtle.Pen()
p.color("red")
p.pensize(20)
p.left(45)
p.forward(90)
p.circle(45,180)
p.right(90)
p.circle(45,180)
p.forward(90)
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.color("red")
screen=turtle.Screen()
screen.bgcolor("yellow")
pen.write("傻逼fuck",font=("Times",30,"normal"))
pen.hideturtle()
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