Commit cd92b88d by BellCodeEditor

save project

parent 31cd94bf
Showing with 6 additions and 5 deletions
import turtle import turtle
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.write("Hi, 诺依~\n用python写电子贺卡真是太傻逼了~",font=("Times",30,"normal")) pen.write("Hi, 诺依~\n用python写电子贺卡真是太傻逼了~",font=("Times",30,"normal"))
# pen.hideturtle() turtle.done()
# turtle.done()
penl=turtle.pen() penl=turtle.pen()
penl.pensize(5)
penl.pencolor("red")
penl.left(45) penl.left(45)
penl.circle(50,180) penl.circle(50,180)
penl.right(90) penl.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