Commit 90df092f by BellCodeEditor

save project

parent 6350814f
Showing with 7 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
t=turtle t=turtle
t.bgcolor("lightblue")
t.penup()
t.goto(100,-100)
t.pendown()
t.hideturtle() t.hideturtle()
t.pensize(20) t.pensize(20)
t.write("你好呀!\n诺依",font=("Times",20,"normal")) t.write("你好呀!\n诺依",font=("Times",20,"normal"))
#t.goto() t.penup()
t.goto(0,0)
t.pendown()
t.pencolor("red") t.pencolor("red")
t.left(45) t.left(45)
t.forward(100) t.forward(100)
......
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