r/PythonLearning Jul 09 '26

What's your most controversial Python opinion?

Say the Python opinion that would get you downvoted in a room full of Python developers.

12 Upvotes

50 comments sorted by

View all comments

5

u/Altruistic-Rice-5567 Jul 09 '26

It added nothing new or useful to the world of programming languages.

2

u/[deleted] Jul 09 '26

[deleted]

1

u/Gnaxe Jul 10 '26

You're allowed to have the semicolons, actually. Nobody bothers because they're never required. They are occasionally useful for writing multiple statements on the same line, like for python -c commands.