help wanted
倉庫指標
- 星標
- (803 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
def main() -> None:
if 1 < 2 < 3:
print('hello')
❯ spy /tmp/x.spy
ParseError: not implemented yet: chained comparisons
--> /tmp/x.spy:2:16
2 | if 1 < 2 < 3:
| ^ this is not supported