Commit f0e70466 by BellCodeEditor

auto save

parent a36c5b9a
Showing with 10 additions and 4 deletions
import turtle import turtle
turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen=turtle.Pen(pink) pen.write("非常开心、\n手到你的来信、\n期待尽快\n与你见面!",font=("Times",30,"normal))
pen.write("非常开心、\n手到你的来信、\n期待尽快\n与你见面!") pen.hideturtle()
\ No newline at end of file
pen1=turtle.Pen()
\ 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