PrgServicios/pruebas/__init__.py

4 lines
91 B
Python

def my_function(*child):
print("The youngest child is " + child[1])
my_function("a","b")