Just open the file using open() , then call the readlines() method. What you'll get is a list of all the strings in the file. Now, you can ...
確定! 回上一頁