1. 程式人生 > >【python第四日】 檔案處理 生成器 迭代器

【python第四日】 檔案處理 生成器 迭代器

檔案處理

read  readline readlines

seek 

tell

__next__和next()區別

可迭代物件

for map filter  sorted max min迭代器

列表 字串 字典 元組 集合都不是迭代物件 

三元運算子

列表迭代器

生成器

函式生成器  yield

列表生成器{}