Commit 9c59f36d by BellCodeEditor

auto save

parent 1c585d67
Showing with 6 additions and 8 deletions
# 利用write()帮助悟空给诺依回信吧~
#导入turtle模块
import turtle
#创建一支笔
pen=turtle.Pen()
pen.write('你好呀!\n我很好!',font=('Times',30,'normal'))
pen.hideturtle()
turtle.done()
choice=input(5)
if choice=='是':
print('加油训练!')
else:
print('不接受这个选项')
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