You've already forked Curso-lenguaje-python
Restructure content and add notes from HolaMundo
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
2
python-total/dia_08/01_pruebas_modulos/moduloOcupado.py
Normal file
2
python-total/dia_08/01_pruebas_modulos/moduloOcupado.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def saludar():
|
||||
print('Hola, estoy en el modulo ocupado')
|
||||
3
python-total/dia_08/01_pruebas_modulos/moduloVacio.py
Normal file
3
python-total/dia_08/01_pruebas_modulos/moduloVacio.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from moduloOcupado import saludar
|
||||
|
||||
saludar()
|
||||
Reference in New Issue
Block a user