You can write to a file in Python using the open() function. You must specify either “w” or “a” as a parameter to write to a file.
確定! 回上一頁