Luckily, Python provides a more practical way of reading and writing files. with open("myfile.txt", mode='r') as f:
確定! 回上一頁