Commit 871412c0 by BellCodeEditor

save project

parent 9af8a0c5
Showing with 8 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen1=turtle.Pen()
pen=turtle.Pen()
# pen.write("老铁们奥,\n今天我老八再给大家表演一次吃粑粑,\n奥里给,\n干他就完了,\n兄弟们!",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("red")
pen1.write("老铁们奥,\n今天我老八再给大家表演一次吃粑粑,\n奥里给,\n干他就完了,\n兄弟们!",font=("Times",30,"normal"))
pen1.hideturtle()
pen.fillcolor("green")
pen.up()
pen.goto(0,-150)
pen.begin_fill()
pen.pensize(5)
pen.color("green")
......
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