Commit ac01d19a by BellCodeEditor

auto save

parent 82e888c8
Showing with 3 additions and 13 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light pink")
Pen=turtle.Pen() Pen=turtle.Pen()
pen.penup() Pen.write("新年快乐!\n万事如意!",font=("times",30,"normal"))
pen.goto(100,-100) pen1.hideturtle()
Pen.write("新年快乐!万事如意!",font=("times",30,"normal"))
pen1.pencoler("red")
pen1.pensize(10)
pen1.left(45)
pen1.forward(100)
pen1.circle(50,100)
pen1.right(90)
pen1.circle(50,100)
pen1.forward(100)
turtle.done() 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