python while 学习
while True: reply = input('please input:') if reply == 'stop': break else: print (reply.upper())
毕业后这5年里的迷茫,会造成10年后的恐慌,20年后的挣扎,甚至一辈子的平庸!。
人生的道路犹如自己的内裤,没有一条不是自己选的!
while True: reply = input('please input:') if reply == 'stop': break else: print (reply.upper())