Question: Define a function recursivecount() which accepts the given list from user and must return the number of items in the list, using recursion, if the
Define a function recursivecount() which accepts the given list from user and
must return the number of items in the list, using recursion, if the list is not
empty. Input is user's choice.
[Hint: Make sure that you are not using len () function to count it.].
If the user input is an empty list, then it must throw an error message "the given
list is empty"
[Hint: Use try and Exception]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
