get one line in txt pyhon code example Example: how to read the first line in a file python f = open("test.txt", 'r') variable = f.readline(1) print(variable)