Commit 34e67f00 by BellCodeEditor

save project

parent f2a95fb2
Showing with 7 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧 # 利用write()帮助悟空给诺依回信吧
import turtle import turtle
# pen1=turtle.Pen() s=turtle.Screen()
# pen1.write("你好呀,\n很多很多",font=("times",13,"normal")) s.bgcolor("lightblue")
# pen1.hideturtle() pen1=turtle.Pen()
# turtle.done() pen1.penup()
pen1.goto(100,0)
pen1.write("你好呀,\n很多很多",font=("times",13,"normal"))
pen1.hideturtle()
pen2=turtle.Pen() pen2=turtle.Pen()
pen2.pensize(10) pen2.pensize(10)
pen2.pencolor("red") pen2.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