On 12/14/19 4:37 PM, [email protected] wrote:
Hello! I think it will be useful in Python syntax if we can use "elif" in "for" and "while" statements besides "else"Example for i in range(j): ... elif i > 5: ... else: ... What you think about this change?
Can you say what you want it to *mean*? What does it do? --Ned. _______________________________________________ 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/ATLUW77NCYIUH6QGY7B2DCRA6VV2IWNA/ Code of Conduct: http://python.org/psf/codeofconduct/
