how deep is debug's picnic basket? given a list of food namedtuples in the module , write a program that prompts the user for a nesting level, and prints the values of individual elements at the specified depth. the goal of this lab is to help you understand how to iterate through nested data structures, and access them at different levels of depth.