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 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
Get step-by-step solutions from verified subject matter experts
