In a with-statement, use open(file, mode) with mode as "r" to open file for reading. Inside the with-statement, call file.read() to read the entire file . Using ...
確定! 回上一頁