Python基礎學習(九) ------ 循環跳出 / 錯誤處理 / zip / lambda / map

一.跳出循環 a=True while a: b= input('type somesthing') if b=='1': a= False else: pass print ('finish run') '''' type somesthing:2 still in while type somesthing:3 still in whi
相關文章
相關標籤/搜索