Commit 64430459 by BellCodeEditor

save project

parent 4833d1a4
Showing with 8 additions and 3 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("我是陈政浩\n的爷爷,你的\n爸爸!",font=("Time",20,"normal")) screen.bgcolor("green")
# turtle.done()# 利用write()帮助悟空给诺依回信吧~
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("我是陈政浩\n的爷爷,你的\n爸爸!",font=("Time",20,"normal"))
turtle.done()# 利用write()帮助悟空给诺依回信吧~
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(30) pen1.pensize(30)
pen1.pencolor("red") pen1.pencolor("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