Use the open() function with the 'r' mode to open a text file for reading. · Use the read() , readline() , or readlines() method to read a text file. · Always ...
確定! 回上一頁