Commit 42612cec by BellCodeEditor

save project

parent a15989ca
Showing with 25 additions and 0 deletions
import turtle# 利用write()帮助悟空给诺依回信吧~
pen1 = turtle.Pen()
pen1.hideturtle()
pen1.write("haha",font=("Times",20,"normal"))
turtle.done()
\ No newline at end of file
import turtle# 利用write()帮助悟空给诺依回信吧~
pen1 = turtle.Pen()
pen1.penup()
pen1.goto(100,-100)
screen1=turtle.Screen()
screen1.bgcolor("blu")
pen1.hideturtle()
pen1.write("大傻逼",font=("Times",20,"normal"))
pen2 = turtle.Pen()
pen2.pensize(5)
pen2.pencolor("red")
len=100
pen2.left(45)
pen2.forward(2*len)
pen2.circle(len,180)
pen2.right(90)
pen2.circle(len,180)
pen2.forward(2*len)
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