Commit e11722c1 by BellCodeEditor

save project

parent 996330ac
Showing with 6 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("SB,turtle真好用") pen.penup()
pen.goto(-100,0)
pen.write("傻逼,turtle真好用")
font=("Times",40,"normal") font=("Times",40,"normal")
turtle.done() turtle.done()
pen1=turtle.Pen() 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