CUTEGIRLROCKS6590GO CUTEGIRLROCKS6590GO Computers and Technology Answered Create a function get_longest_sublist that takes a single parameter, which is a list of lists. Complete the function such that it returns the longest sublist in lists. If the parameter is empty then simply return an empty list.