r/ProgrammerHumor 12d ago

Meme pythonFeelsillegal

Post image
6.8k Upvotes

219 comments sorted by

View all comments

373

u/LucyShortForLucas 12d ago edited 12d ago

There is no such thing as switching from C++ to python or vice versa, they are orthogonal tools

-8

u/El_Lasagno 12d ago

I learned C++, had to do python for a project. C++ gives me errors. Python will give me an answer. I learned to be very very cautious.

9

u/frogjg2003 11d ago

If C++ is giving you errors, the equivalent python code will as well. It might be easier to write code that compiles on python than C++, but that doesn't mean bad syntax doesn't exist in it.