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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!