Call open(file, mode) with mode as "r" to open a file named file for reading. Call file.read() with file as the previous result to return the file's contents as ...
確定! 回上一頁