remove brases from array py code example Example: remove brases from array py l = ['a', 2, 'c'] print str(l)[1:-1] 'a', 2, 'c'