Commit 326e3238 by BellCodeEditor

auto save

parent 11c593b6
Showing with 7 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen.begincolor
screen=turtle.Screen()
screen.begincolor("light bule")
#写字
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.writer("hi,诺伊")
# 画爱心 # 画爱心
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolour("red") pen1.pencolour("red")
......
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