TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: Does Python have anything like Kotlin's “where” statement?
1 点
作者
forgottenacc57
大约 8 年前
2 条评论
jwilk
大约 8 年前
I suspsect the number of people here who know both Python and Kotlin is close to 0.<p>What's a "where" statement?
mkempe
大约 8 年前
No. Python is a dynamically typed language, so it doesn't need generics as a compile-time feature.