Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

write a function `process lst()` that accepts a list as input. the list consists of integers or lists containing integers. your function should return a list that is the same length as the input list. if the element in the input list is an integer, the output should contain the square of that element, if the element in the input list is a list of integers, then the output list should contain the sum of elements in the inner list

Sagot :