Commit c253dcd1 by BellCodeEditor

save project

parent c500b838
Showing with 2 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.write("你好呀",font=("Times",30,"Arial"))
a=turtle.Screen() pen.pensize(6)
a.bgcolor("yellow")
pen.write('你好呀!很高兴认识你,你叫啥',font=("Times",30,"normal"))
pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.goto(-100,100) pen.goto(-100,100)
pen.pendown() pen.pendown()
......
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