Skip to content

Commit 40033be

Browse files
committed
Url de cada lección
1 parent 7158282 commit 40033be

14 files changed

+14
-14
lines changed

Basic/00_helloworld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc
22

33
### Hola Mundo ###
44

Basic/01_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=2938
22

33
### Variables ###
44

Basic/02_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=5665
22

33
### Operadores Aritméticos ###
44

Basic/03_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=8643
22

33
### Strings ###
44

Basic/04_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=10872
22

33
### Lists ###
44

Basic/05_tuples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=14711
22

33
### Tuples ###
44

Basic/06_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=16335
22

33
### Sets ###
44

Basic/07_dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc
22

33
### Dictionaries ###
44

Basic/08_conditionals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=21442
22

33
### Conditionals ###
44

Basic/09_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: ACTUALIZAR!!
1+
# Clase en vídeo: https://youtu.be/Kp4Mvapo5kc?t=23822
22

33
### Loops ###
44

0 commit comments

Comments
 (0)