mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
15 lines
120 B
Python
15 lines
120 B
Python
1
|
|
|
|
2 + 3
|
|
|
|
4 * 5 / 6
|
|
|
|
(7 + 8) * 9
|
|
|
|
(10, 11)
|
|
( 12, 13 )
|
|
|
|
14 , 15
|
|
|
|
(match := 16)
|