Commit 3c073a80 by BellCodeEditor

save project

parent d6295cc5
Showing with 12 additions and 8 deletions
import turtle import turtle
# j=turtle.Pen() b=turtle.Screen()
# j.write("别烦我\n阿巴巴巴吧",font=("Times",40,"normal")) b.bgcolor("pink")
# j.hideturtle() j=turtle.Pen()
# turtle.done() j.penup()
j.goto(210,-170)
j.write("别\n\n\n\n\n巴",font=("Times",50,"normal"))
j.hideturtle()
t=turtle.Pen() t=turtle.Pen()
t.pencolor("green") t.pencolor("green")
t.pensize(20) t.pensize(20)
t.left(45) t.left(45)
t.forward(100) t.forward(200)
t.circle(50,180) t.circle(100,180)
t.right(90) t.right(90)
t.circle(50,180) t.circle(100,180)
t.forward(100) t.forward(200)
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