Commit e4b9c941 by BellCodeEditor

save project

parent a728dccd
Showing with 48 additions and 3 deletions
import turtle
# 利用write()帮助悟空给诺依回信吧~
screen=turtle.Screen()
screen.bgcolor("green")
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("red")
pen1.left(90)
pen1.forward(150)
pen1.circle(25,180)
pen1.right(180)
pen1.circle(25,180)
pen1.right(180)
pen1.forward(150)
pen1.circle(25,180)
pen1.forward(150)
pen1.right(180)
pen1.circle(25,180)
pen1.right(180)
pen1.circle(25,180)
pen1.forward(150)
pen1.penup()
pen1.goto(100,-300)
pen1.down()
pen=turtle.Pen()
pen.write("haha\naghduihwdhaghdhabidgadabhidbahudhaoij",font=("Times",100,"normal"))
turtle.done()
\ No newline at end of file
pen.pencolor("red")
pen.write("haha!",font=("Times",100,"normal"))
pen.write(" 好奇的你是不是看到了最后?",font=("Times",20,"normal"))
turtle.done()
# pen1.right(90)
# pen1.circle(100,180)
# pen1.forward(200)
turtle.done()
#pen=turtle.Pen()
#pen.write("haha\naghduihwdhaghdhabidgadabhidbahudhaoij",font=("Times",100,"normal"))
#turtle.done()
#import turtle
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