Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这编译得很好。
def f(x: bool) -> bool: return x f('a')
我如何让它失败?
--
StackOverflow 不相信上面的问题足够清楚。所以我正在写更多内容并添加对标准库的引用(打字)。