The io module provides Python's main facilities for dealing with various types of I/O. ... with open('spam.txt', 'w') as file: file.write('Spam and eggs!').
確定! 回上一頁