There two ways to access first line of a given input file. 1. readline(): It returns the entire line from the file. line = f.readline() 2. readlines(): It ...
確定! 回上一頁