Hi Anthony, The python-dev mailing list is used for discussion between the python core developers. I'll forward your suggestion to the python-ideas mailing list, where many interesting ideas for python are discussed:
https://mail.python.org/archives/list/[email protected]/ Best, George On Wed, Mar 3, 2021 at 5:52 PM Anthony Farino <[email protected]> wrote: > I love the Python scripting language, but there’s something that would > make it much better. Almost every other programming language uses curly > braces to enclose blocks of code and semicolons after the lines of code. > That means that: > > 1. > > You can have as much white space as you want. > 2. > > You don’t need to worry about indentation, and you can indent whenever > you want. > > I hope that you consider these issues and fix them in Python 4 (if you > ever make it). > > Sincerely, Anthony, age 10. > > > -- > mm m # > ## m mm mm#mm # mm mmm m mm m m > # # #" # # #" # #" "# #" # "m m" > #mm# # # # # # # # # # #m# > # # # # "mm # # "#m#" # # "# > m" > "" > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/RZR2O3Y6Z6RCAXW72Y4WPWZ6HN3MYVFJ/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/U2UBZBWBAWCFLPIG3RWQPJN7W2ISXPIE/ Code of Conduct: http://python.org/psf/codeofconduct/
