Commit f915405d by BellCodeEditor

auto save

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