TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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&#x27;s a &quot;where&quot; statement?
mkempe大约 8 年前
No. Python is a dynamically typed language, so it doesn&#x27;t need generics as a compile-time feature.