Files
codeql/python/ql/test/library-tests/exprs/compare/compare.py

14 lines
88 B
Python

a < b < c
x in y
x not in y
x is y
x is not y
x < y
x > y
x >= y
x <= y
x == y
x != y