How do you read a specific line of a text file in Python? By Tiago Melo | julho 28, 2017 0 Comment import linecache line = linecache.getline(filepath,linenumber)