Commit 645f3859 by BellCodeEditor

save project

parent 07801437
Showing with 4 additions and 0 deletions
import turtle# 利用write()帮助悟空给诺依回信吧~ import turtle# 利用write()帮助悟空给诺依回信吧~
# 背景颜色
screen=turtle.screen()
screen.bgcolor("light blue")
# 写字 # 写字
# pen=turtle.pen() # pen=turtle.pen()
# pen.write("Hi,傻逼诺伊~\n我也觉得你是傻逼~") # pen.write("Hi,傻逼诺伊~\n我也觉得你是傻逼~")
...@@ -6,6 +9,7 @@ import turtle# 利用write()帮助悟空给诺依回信吧~ ...@@ -6,6 +9,7 @@ import turtle# 利用write()帮助悟空给诺依回信吧~
# turtle.done() # turtle.done()
# 画爱心 # 画爱心
pen.penup() pen.penup()
pen.goto(100,-100)
pen1=turtle.pen() pen1=turtle.pen()
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
......
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