Commit 6e52aec2 by BellCodeEditor

auto save

parent c816b9b8
Showing with 20 additions and 0 deletions
from turtle import *
from turtle import *
#import turtle
left(45)
pensize(5)
pencolor("red")
forward(100)
circle(50,180)
right(90)
circle(50,180)
forward(100)
penup()
pencolor("black")
goto(30,-100)
write("母亲节快乐",font=("times",30,"normal"))
hideturtle()
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