Question: Q 2 ) Define a function, reverse _ words, that takes in a string containing wordsQ 3 ) Define a Python function, last _ index
Q Define a function, reversewords, that takes in a string containing wordsQ Define a Python function, lastindexinlist that takes in two parameters: a list
of integers and an integer. This function returns the index of the last occurrence of
the integer in the list.
Ex: Input:
Output:
separated by a single space and returns another string where the words are reversed.
Ex: Input: A B C D
Output: D C B A
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
