Question: Exercise: Write a Python function which takes a sequence (list, tuple, or string) as input and returns the list of elements which appear in

Exercise: Write a Python function which takes a sequence (list, tuple, or string) as input and returns the 

Exercise: Write a Python function which takes a sequence (list, tuple, or string) as input and returns the list of elements which appear in the input sequence only once. For example if the input is 'apple' the output should be ['a', '1', 'e'].

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!