How do i Print a shuffled array without brackets and commas in swift? For example if I create an array:
var names = ["john", "connor", "Sarra"]
print(names.shuffled())
It will print the names array with commas and brackets - I want it to be printed without anything !