This just has to be a dupe, but I just didn't find any existing instance of this question...
What is the easiest way to convert any iterable to an array in Python (ideally, without importing anything)?
Note: Ideally, if the input is an array then it shouldn't duplicate it (but this isn't required).
()were lists and[]were arrays... – Mehrdad Jun 22 '11 at 22:48()is tuple[]is list,{}is dict :) – bradley.ayers Jun 22 '11 at 22:51