Commit 831c0340 by BellCodeEditor

save project

parent f1104353
Showing with 13 additions and 11 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.write("奥力给,干了兄弟们",font=("仿宋",80,"normal"))
# turtle.done()
# import turtle
# pen1=turtle.Pen()
# pen1.circle(50)
# turtle.done()
import turtle
scree=turtle.Screen()
scree.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("奥力给,干了兄弟们",font=("仿宋",30,"normal"))
turtle.done()
pen1=turtle.Pen()
pen1.circle(50)
pen2=turtle.Pen()
pen2.pencolor("#9AFF02")
pen2.pensize(10)
......@@ -17,4 +19,4 @@ pen2.right(90)
pen2.circle(50,180)
pen2.forward(100)
pen2.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done(3000)
\ No newline at end of file
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