Commit 6cd25839 by BellCodeEditor

save project

parent df188542
Showing with 5 additions and 0 deletions
# # 利用write()帮助悟空给诺依回信吧~
import turtle
Pen=turtle.Pen()
r=turtle.Screen()
r.bgcolor("pink")
Pen.penup()
Pen.goto(100,-100)
Pen.write("你好啊",font=("times",50,"normal"))
......@@ -17,3 +19,6 @@ t.forward(100)
turtle.done()
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