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*

*muldoonsam...@gmail.com <muldoonsam...@gmail.com>*
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/FWF5WSSUQLLCJNZZ3V3KZITNT5KBSWPE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to