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