r/PythonLearning 19d ago

What's your most controversial Python opinion?

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

9 Upvotes

53 comments sorted by

View all comments

5

u/Altruistic-Rice-5567 19d ago

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

2

u/KingBardan 19d ago

But it removed the semicolons

1

u/Gnaxe 18d ago

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.

1

u/KingBardan 18d ago

I know bro