Skip to content

Commit 7158282

Browse files
committed
Intermediate: Día 1
1 parent c0cf037 commit 7158282

18 files changed

+131
-18
lines changed

00_helloworld.py renamed to Basic/00_helloworld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 1 (03/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1551265068
1+
# TODO: ACTUALIZAR!!
22

33
### Hola Mundo ###
44

01_variables.py renamed to Basic/01_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 1 (03/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1551265068
1+
# TODO: ACTUALIZAR!!
22

33
### Variables ###
44

02_operators.py renamed to Basic/02_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 2 (10/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1558018826
1+
# TODO: ACTUALIZAR!!
22

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

03_strings.py renamed to Basic/03_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 2 (10/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1558018826
1+
# TODO: ACTUALIZAR!!
22

33
### Strings ###
44

04_lists.py renamed to Basic/04_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 3 (17/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1564719056
1+
# TODO: ACTUALIZAR!!
22

33
### Lists ###
44

05_tuples.py renamed to Basic/05_tuples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 3 (17/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1564719056
1+
# TODO: ACTUALIZAR!!
22

33
### Tuples ###
44

06_sets.py renamed to Basic/06_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 4 (24/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1571410092
1+
# TODO: ACTUALIZAR!!
22

33
### Sets ###
44

07_dicts.py renamed to Basic/07_dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 4 (24/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1571410092
1+
# TODO: ACTUALIZAR!!
22

33
### Dictionaries ###
44

08_conditionals.py renamed to Basic/08_conditionals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 5 (31/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1578036618
1+
# TODO: ACTUALIZAR!!
22

33
### Conditionals ###
44

09_loops.py renamed to Basic/09_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Clase 5 (31/08/22) en directo desde Twitch: https://www.twitch.tv/videos/1578036618
1+
# TODO: ACTUALIZAR!!
22

33
### Loops ###
44

0 commit comments

Comments
 (0)