Ask HN: Does Python have anything like Kotlin's “where” statement?

1 points by forgottenacc57 ↗ HN

2 comments

[ 2.2 ms ] story [ 18.5 ms ] thread
I suspsect the number of people here who know both Python and Kotlin is close to 0.

What's a "where" statement?

No. Python is a dynamically typed language, so it doesn't need generics as a compile-time feature.