摘要: 1 m=1 2 while m<3: 3 for i in range(3):#循环三次 4 x = input('x') 5 if int(x)==123: 6 print('welcome'.upper()) 7 exit() 8 else: 9 ... 阅读全文
posted @ 2017-12-02 17:53 xusuns 阅读(114) 评论(0) 推荐(0) 编辑