I want to combine the three different series I have. I also need to provide singularity for each element. Output order is not important.Example 3 arrays:
a=["apple","banana","orange"]
b=["apple","banana"]
c=["cherry","grappe"]
result
result=["apple","banana","orange","cherry","grappe"]