python-examples icon indicating copy to clipboard operation
python-examples copied to clipboard

open()参数可以补充一下

Open anlzou opened this issue 5 years ago • 0 comments

https://github.com/JustDoPython/python-examples/blob/9f10be5b98a67ac3a7a83767e6329a8141d00404/doudou/2020-02-20-douban-movie-top250/douban_movie_top250_analysis-1.py#L8

with open(file,'r',encoding='utf-8') as f:

anlzou avatar May 11 '20 15:05 anlzou