Commit 18b0551f by BellCodeEditor

save project

parent 5650aebb
Showing with 9 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# p=turtle.Pen() s=turtle.Screen()
# p.write("ni\nhao",font=("Times",30,"normal")) s.bgcolor("pink")
# p.hideturtle() p=turtle.Pen()
# turtle.done() p.penup()
p.goto(100,-100)
p.write(" I\nLOVE\n YOU",font=("Times",30,"normal"))
p.hideturtle()
p1=turtle.Pen() p1=turtle.Pen()
p1.pensize(100) p1.pensize(20)
p1.pencolor("pink") p1.pencolor("red")
p1.left(45) p1.left(45)
p1.fd(100) p1.fd(100)
p1.circle(50,180) p1.circle(50,180)
......
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