Commit f7b75bf4 by BellCodeEditor

save project

parent 431f7710
Showing with 6 additions and 186 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("orange")
pen=turtle.Pen() pen=turtle.Pen()
pen.circle(50) pen.circle(50)
turtle.done() pen.penup()
pen.goto(100)
pen.write("的牛粪不枉费给乙方无故\n门口设定和公交",font=("Times",30,"normal"))
turtle.done()
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