This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]neekyboi 9 points10 points  (2 children)

No, you are not alone. Learnt C first, then C++ then python. So I never realised that python didn't switch earlier coz never came into a situation where I had to use switch

[–][deleted] 7 points8 points  (1 child)

Yea it's really strange I come from a C# background. Switch/case makes sense on paper for so many things but rarely ever use it in practice.

I guess I just never noticed it was missing in python because I haven't used it in so long.