Commit 7ad12cff by BellCodeEditor

auto save

parent 785efd2c
Showing with 4 additions and 10 deletions
import turtle import turtlem
#背景颜色 screen=turtlem.Screen()
screen=turtle.Screen() screen.
screen.bgcolor("jight bjue") \ No newline at end of file
#写字
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi, 诺依~\n用python写电子贺卡真")
\ 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