I have a list like this:
[1,2,3]

The argument of my function should be a repeated version e.g.
[1,2,3],[1,2,3],[1,2,3],[1,2,3] (could be a different number of times repeated 
also)

what is the prefered method to realize this in Python?

any help would be really appreciated

kind regards,
jean

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to