Open file in read mode. Call inbuilt open() function with file path as argument. open() function returns a file object. Call read() method on the file ...
確定! 回上一頁