Taller-Abierto-de-Humanidades-Digitales / curso_python

https://taller-abierto-de-humanidades-digitales.github.io/curso_python/
0 stars 1 forks source link

Actividad Google Colab #38

Open YeaOrtiz opened 1 year ago

YeaOrtiz commented 1 year ago

Queridos, todos. Aquí el enlace de mi cuaderno. La verdad es que hubo cosas que no pude hacer, como leer mi texto :( https://colab.research.google.com/drive/1D4Gau03dPaT8MPmxCbQu04xYY9x8zxMU?usp=sharing

jairomelo commented 1 year ago

Hola @YeaOrtiz ,

En realidad sí "leyó" tu texto, pero no lo mostró en pantalla porque la indentación no era correcta. Debería ir así

ruta = "/content/drive/MyDrive/Colab Notebooks/milagro mexicano.txt"
with open (ruta, "r") as f:
  texto = f.read ()

texto # <- nota que la variable está totalmente alineada a la izquierda.
YeaOrtiz commented 1 year ago

ok, ok! lo intento de nuevo. Gracias, profesor.

YeaOrtiz commented 1 year ago

listo, profesor! gracias. También hice que volviera a correr todo desde el inicio; los pasos ya están claros. https://colab.research.google.com/drive/1D4Gau03dPaT8MPmxCbQu04xYY9x8zxMU?usp=sharing