Steven D'Aprano wrote:
I like the idea of using * for repetition without copying, and @ for repetition with shallow copying.
Shallow copying wouldn't be enough in many cases, e.g. building a matrix with 3 or more dimensions. -- Greg _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/