Commit bd47cb21 by BellCodeEditor

auto save

parent 946e304b
Showing with 4 additions and 2 deletions
import turtle
screen=turtle.screen
screen.bgcolour("light blue")
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-100)
pen.write("hi,诺伊~\n写电子贺卡真是太有趣了~\n我也喜欢python\n——悟空",font=("Time",18,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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