While Reading a large file, efficient way is to read file line by line instead of fetching all data in one go. Let's use readline() function ...
確定! 回上一頁