NC > Computación > Video
Buen video sobre como trabaja la CPU.
0.02
Python Leer de un archivo
NC > Computación > Python
Links:
0.01
- 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
Suscribirse a:
Entradas (Atom)