Hacker News new | ask | show | jobs
by hpb42 1065 days ago
> TIL that Python just introduced the case/switch statement.

"took 15 years for that"

I laughed out loud there. I haven't seen Python's switch/case before, it is very sweet and powerful.[0] TIL as well :)

[0] https://docs.python.org/3/tutorial/controlflow.html#match-st...