On Fri, Apr 10, 2020 at 10:43:22PM -0400, David Mertz wrote:
> - 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

Today I learned, thank you!

-- 
Steven
_______________________________________________
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/TXB5AXNT3BRYGQ5V2JANHZWDB7ZE6ZXG/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to