Commit 6f791ad4 by BellCodeEditor

auto save

parent b643bfeb
Showing with 12 additions and 2 deletions
import turtle import turtle
screeen=turtle.Screen() screeen=turtle.Screen()
screeen.bgcolor("light blue") screeen.bgcolor("light yellow")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好/nfuck",font=("Times",30,"normal")) pen.write("你好/nfuck",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(50,50)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("yellow")
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
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