To Whom it May Concern, Python's `str` class has a method named `join`
I was wondering if a future release of python could have a `list.join` which behaves in a similar fashion. *result = [99].join([1, 2, 3])print(result)# prints [1, 99, 2, 99, 3]* *Samuel Muldoon* *(720) 653 -2408* *[email protected] <[email protected]>*
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FWF5WSSUQLLCJNZZ3V3KZITNT5KBSWPE/ Code of Conduct: http://python.org/psf/codeofconduct/
