, str(tuple(array)), @jboxer, . , str(tuple(...)) repr, str - ( print ing , '1, 2', , , int 1 2! -), , . :
>>> array = [0.1, 0.2]
>>> print str(tuple(array))
(0.10000000000000001, 0.20000000000000001)
repr , ( str, , ). , float ( int s, , ;-), :
>>> print '(%s)' % (', '.join(str(x) for x in array))
(0.1, 0.2)
, , !
, list, "", .