Python supports multiple modes to open a file, all are listed below: r : open for reading (default); w : open for writing, truncating the file first; a : open ...
確定! 回上一頁