commit 2717cb76c97b6ac37f34e1f2b6b6b6773dc3437d Author: Federico Mazzei Date: Tue Jun 16 15:47:41 2026 -0300 First Commit diff --git a/TutorialPython3.pdf b/TutorialPython3.pdf new file mode 100644 index 0000000..788ec03 Binary files /dev/null and b/TutorialPython3.pdf differ diff --git a/Unidad01-26.pdf b/Unidad01-26.pdf new file mode 100644 index 0000000..f1f263f Binary files /dev/null and b/Unidad01-26.pdf differ diff --git a/holamundo.py b/holamundo.py new file mode 100644 index 0000000..d9ae233 --- /dev/null +++ b/holamundo.py @@ -0,0 +1,2 @@ +saludo = "hola Mundo" +print(saludo) \ No newline at end of file