Question: Need a Python function called tail(x, n) where x is a list and n is an integer. This function will return a list that contains
Need a Python function called tail(x, n) where x is a list and n is an integer. This function will return a list that contains the last n items in the input list x . If the list does not have n items, it will return all items. If n is negative or zero, the function will return an empty list.
Step by Step Solution
3.29 Rating (158 Votes )
There are 3 Steps involved in it
You can implemen... View full answer
Get step-by-step solutions from verified subject matter experts
