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