import clr

from System.IO import *

fichero = File.OpenText("mifichero.txt")

linea = fichero.ReadLine()

while s:
 print linea
