Commit 8ca131af by BellCodeEditor

save project

parent a9df73e8
Showing with 42 additions and 2 deletions
{
"python.formatting.provider": "black"
}
\ No newline at end of file
[im] import turtle
\ No newline at end of file pen = turtle.Pen.()
pen.penup()
pen.goto(100,-100)
pen.write("生日快乐"font=("Times",20,"normal"))
pen = turtle
import turtle
pen1 = turtle
pen1.color("red")
pen1.pensize(10)
pen1.left(45)
pen1.fd(100)
pen1.circle(50.100)
pen1.right(90)
pen1.circle(50,100)
pen1.fd(100)
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