Commit dc191ab3 by BellCodeEditor

auto save

parent 5c2d141e
Showing with 5 additions and 4 deletions
# 利用write()帮助悟空 # 利用write()帮助悟空
import turtle import turtle
# Pen=turtle.Pen() Pen=turtle.Pen()
# Pen.write("诺倚,\nturtle真好玩,我会写字了!",font=("Times",30,"normal")) Pen.penup()
# Pen.hideturtle() Pen.goto(100,-100)
# turtle.done() Pen.write("诺倚,\nturtle真好玩,我会写字了!",font=("Times",18,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(5) Pen1.pensize(5)
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