Restructure content and add notes from HolaMundo
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def saludar():
|
||||
print('Hola, estoy en el modulo ocupado')
|
||||
@@ -0,0 +1,3 @@
|
||||
from moduloOcupado import saludar
|
||||
|
||||
saludar()
|
||||
Reference in New Issue
Block a user