Commit 9c59f36d by BellCodeEditor

auto save

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