Skip to content

Commit acd91ed

Browse files
committed
video clase 4
1 parent d274d6d commit acd91ed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

02 - Variables y Tipos de Datos/Practica en Clase.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
print(mi_variable2)
66

77
mi_complejo = 5 + 7j
8-
print(mi_complejo)
8+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Grabación de la Clase 4
44

55
<div class="iframeContainer">
6-
<iframe src="https://player.vimeo.com/video/676013575" allow="autoplay; fullscreen" allowfullscreen></iframe>
6+
<iframe src="https://player.vimeo.com/video/684814301" allow="autoplay; fullscreen" allowfullscreen></iframe>
77
</div>
88

99
## Estructuras de datos

0 commit comments

Comments
 (0)