Question: Write code to remove all elements that appear more than once from the given list1 and print out the results. The expected output should be
Write code to remove all elements that appear more than once from the given list1 and print out the results. The expected output should be [1,6,7,9,11]
list1=[0,1,2,3,2,3,4,5,4,5,6,7,9,11,0,5]
(ignore wrong indentation if any)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
