- Backwards compatible all the way back to Python 1.5. What!? It's not so recent as that:
Python 1.0.1 (Jul 15 2016) Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam >>> stuff = [1, 2, 3] >>> for element in stuff: ... if element > 2: ... print element ... 3 -- Keeping medicines from the bloodstreams of the sick; food from the bellies of the hungry; books from the hands of the uneducated; technology from the underdeveloped; and putting advocates of freedom in prisons. Intellectual property is to the 21st century what the slave trade was to the 16th.
_______________________________________________ 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/5OHZSEBUNRBK6LDYHJ7725ZOGFN35KTL/ Code of Conduct: http://python.org/psf/codeofconduct/
