First Commit

This commit is contained in:
Federico Mazzei 2026-06-16 15:47:41 -03:00
commit 2717cb76c9
3 changed files with 2 additions and 0 deletions

BIN
TutorialPython3.pdf Normal file

Binary file not shown.

BIN
Unidad01-26.pdf Normal file

Binary file not shown.

2
holamundo.py Normal file
View file

@ -0,0 +1,2 @@
saludo = "hola Mundo"
print(saludo)