with open('<PATH/OF/FILE>','<MODE>') as <FILE_OBJECT>: ... HINT: So if you wish to open a file in write + binary mode then you should give " wb ".
確定! 回上一頁