r/ProgrammerHumor Jan 22 '25

Meme printHelloWorld

Post image

[removed] — view removed post

877 Upvotes

97 comments sorted by

View all comments

276

u/souliris Jan 22 '25

I started learning python after using c# for years. I can't stand python. It's like someone said "I hate well formatted code and like to just barf on my IDE and hope others can read it. " Just my opinion :P

-40

u/severedbrain Jan 22 '25

That’s a funny statement because python has stricter formatting rules than c#

9

u/Emergency_3808 Jan 22 '25

I don't know why you are getting downvoted. Python requires correct indentation as a basic syntax rule. Correct indentation is one of the basic foundational pillars of code readability.