1 parent d66ae18 commit f31b6ffCopy full SHA for f31b6ff
1 file changed
tests/basics/compare-multi.py
@@ -0,0 +1,4 @@
1
+print(1 < 2 < 3)
2
+print(1 < 2 < 3 < 4)
3
+print(1 > 2 < 3)
4
+print(1 < 2 > 3)
0 commit comments