len of first row in file python code example Example: get first line of file python with open('myfile.txt') as f: first_line = f.readline()