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