Commit 1a7faf8a by BellCodeEditor

save project

parent 148cd0ef
Showing with 4 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
len=80 screen=turtle.Screen()
screen.bgcolor("light blue")
len1=screen.textinput("提示","输入大小:")
len=int(len1)
pen= turtle.Pen() pen= turtle.Pen()
pen.write("hello world\n你好周建融\n",font=("Times",20,"normal")) pen.write("hello world\n你好周建融\n",font=("Times",20,"normal"))
#turtle.done() #turtle.done()
......
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