史上最全Python知識點彙總【續】

賦值語句的形式 序列賦值 序列解包 print函數原型 if/else三元表達符 Python的while語句或者for語句可以帶else語句 當然也可以帶continue/break/pass語句 while a > 1:    ......else:    ......# else語句會在循環結束後執行,除非在循環中執行了break,同樣的還有for語句for i in range(5):  
相關文章
相關標籤/搜索