We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d274d6d commit acd91edCopy full SHA for acd91ed
02 - Variables y Tipos de Datos/Practica en Clase.py
@@ -5,4 +5,8 @@
5
print(mi_variable2)
6
7
mi_complejo = 5 + 7j
8
-print(mi_complejo)
+print(mi_complejo)
9
+
10
11
+mi_numero = input('Ingrese un valor')
12
+print('el valor ingresado fue', mi_numero)
04 - Estructuras de datos/README.md
@@ -3,7 +3,7 @@
3
## Grabación de la Clase 4
4
<div class="iframeContainer">
- <iframe src="https://player.vimeo.com/video/676013575" allow="autoplay; fullscreen" allowfullscreen></iframe>
+ <iframe src="https://player.vimeo.com/video/684814301" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
## Estructuras de datos
0 commit comments