mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
14 lines
88 B
Python
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
|