> stringify = lambda it: type(it)(map(str, it))
>

stringify(range(5)) doesn't work ^^

One advantage or having a standard function is that it has been designed by
a lot of persons for all possible use cases :)
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to