Write a user defined function reverse_list( ) to accept a list as argument and print the list after reversing its element.
For Example if the list is [3,’R’,6, 5,’KA’] the new list will be [‘KA,5,6,’R’,3]
Answers
Answered by
0
Answer:
I think mark as brainlist please
Similar questions