- Código1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
archivo = open("archivo.txt","r") for linea in archivo.readlines(): print linea archivo.close()
Links:
0.01
No hay comentarios.:
Publicar un comentario