Here are the code and output
def total(a=5, *numbers, **phonebook): print(\'a\', a) #iterate through all the items in tuple for single_item in numbers: print(