I want to print my array without brackets and without changing the order/format, so for example:
I just want to remove the brackets from print(a). How can I do that?
This question is not a duplicate of others questions on that site since those solutions dont keep the format.