Hacker News new | ask | show | jobs
by itsmemattchung 1065 days ago
Cannot believe I watched this until the very end… such an amazing, funny video. On the real, TIL that Python just introduced the case/switch statement. Thank goodness
1 comments

> 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...