Commit 4f431247 by BellCodeEditor

save project

parent 0967cc52
Showing with 8 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# Pen=turtle.Pen() screen=turtle.Screen()
# Pen.write("小蘑菇,你真傻。\n头上套个大裤衩!",font=("Times",30,"normal")) screen.bgcolor("red")
# Pen.hideturtle() Pen=turtle.Pen()
# turtle.done() Pen.penup()
Pen.goto(100,-100)
Pen.write("小蘑菇,你真傻。\n头上套个大裤衩!",font=("Times",18,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pencolor("red") Pen1.pencolor("pink")
Pen1.pensize(5) Pen1.pensize(5)
Pen1.left(85) Pen1.left(85)
Pen1.circle(50,140) Pen1.circle(50,140)
......
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