Commit 26c06b22 by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
# import turtle as t
# t.write("啊啊啊啊啊啊\n你是谁\n再见额额额额",font=("Time",50,"normal"))
# t.hideturtle()
# t.done()
import turtle as t
t.pensize(20)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.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