摘要: while True: reply = input('please input:') if reply == 'stop': break else: print (reply.upper()) 阅读全文
posted @ 2017-11-16 16:59 彩笔杀手 阅读(173) 评论(0) 推荐(0)