Commit 831c0340 by BellCodeEditor

save project

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