Passing 'w' to the open() method tells Python to open the file in write mode. In this mode, any data already in the file is lost when the new data is written.
確定! 回上一頁