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