Commit 2079b77f by BellCodeEditor

save project

parent 89ccfc45
Showing with 15 additions and 0 deletions
from turtle import *
from turtle import *
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
penup()
goto(100,-100)
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
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