# File: linecache-example-1.py import linecache print linecache.getline("linecache-example-1.py", 5)