3 lines
61 B
Python
3 lines
61 B
Python
|
def saludar():
|
||
|
print('Hola, estoy en el modulo ocupado')
|