help wanted
Metriche repository
- Star
- (803 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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