Ask HN: Does Python have anything like Kotlin's “where” statement?1 points·by forgottenacc57·9 ปีที่แล้ว·2 comments2 commentsPost comment[–]jwilk·9 ปีที่แล้วreplyI suspsect the number of people here who know both Python and Kotlin is close to 0.What's a "where" statement?[–]mkempe·9 ปีที่แล้วreplyNo. Python is a dynamically typed language, so it doesn't need generics as a compile-time feature.
What's a "where" statement?