Commit 64189b94 by BellCodeEditor

save project

parent 9d753a55
Showing with 21 additions and 3 deletions
import turtle import turtle
import turtle import turtle
s=turtle.Screen()
s.bgcolor("red")
j=turtle.Pen() j=turtle.Pen()
write (你个大**\ngyguygyj fonr(k,20,a))j j.penup()
j.goto(100,-100)
j.write ("fdt fsyf\nhr gehg\nagh rfty?",font=("Times",20,"normal"))
j.hideturtle()
b=turtle.Pen()
b.pensize(5)
b.pencolor("blue")
b.left(45)
b.forward(100)
b.circle(50,180)
b.right(90)
b.circle(50,180)
b.forward(100)
b.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