Commit a7525a89 by BellCodeEditor

save project

parent 49a065eb
Showing with 2 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light yellow")
pen.penup() pen.penup()
pen.goto(100,-150) pen.goto(100,-150)
pen.write("诺伊,\n你好呀。\n我会打字了!",font=("Times",50,"normal")) pen.write("诺伊,\n你好呀。\n我会打字了!",font=("Times",50,"normal"))
......
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