Siddhi just started learning Nested Lists. Help her to answer the question based on the given list:
\[
L =[1,2,[3,4], 5]
\] . a)What is the length of L? b) What is the data type of \( L [2] \) ? c) What does len(L[2]) return ?
17. What does \( L[\operatorname{len}(L)] \) evaluate to? d)What does \( L [-1 * \operatorname{len}( L )] \) evaluate to?