man_a = open('mbox-short.txt') for linea in man_a: linea = linea.rstrip() if linea.startswith('From:'): print(linea)