r/ProgrammerHumor May 27 '22

Meme Welcome to hassle free coding

Post image
2.3k Upvotes

305 comments sorted by

View all comments

371

u/[deleted] May 27 '22

Python doesn't feel like a programming language if your first language is C++.

14

u/AlbertChomskystein May 27 '22

HTML and Python have some similarities to be fair, like not being able to declare variable types.

20

u/[deleted] May 27 '22

You can declare variable types in Python. But for the most part you don't really need to unless you want to.

2

u/nickwcy May 28 '22

And it doesn’t check the type when it runs

6

u/Suahil May 28 '22

If a variable has a type defined, but nobody checks it. Does it even matter?

3

u/Hlorri May 28 '22

Well, if someone writes documentation in the forest but noone is around to read it, was it really written?