Question: sorry that all the information I got the example show how the output should look like on python 10 pts) Write a function clean(L) that

sorry that all the information I got the example show how the output should look like on python
10 pts) Write a function clean(L) that takes a list L and return the list L in order and without repeated values. For example for L = ['c', 'a', 'a', 'b', 'b', 'c', 8', 'a'), the function should return ['a',', c']
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
