Commit ab2439f3 by BellCodeEditor

save project

parent 9e7dcaf8
Showing with 5 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.screen()
screen=turtle.Screen()
screen.bgcolor("blue")
turtle.done()
Pen=turtle.Pen()
Pen.write("我\n也会了",font=("Times",30,"normal"))
Pen.penup()
Pen.goto(-100,0)
Pen.goto(-50,-180)
Pen.write("我\n也会了",font=("Times",30,"normal"))
Pen1=turtle.Pen()
Pen1.pensize(3)
Pen1.pencolor("red")
......
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