mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
72 B
Python
12 lines
72 B
Python
|
|
1
|
|
(2,3)
|
|
[4, 5]
|
|
__debug__
|
|
x = 6
|
|
x
|
|
[7, 8].len()
|
|
[9, 10][11]
|
|
|
|
func(**arg)
|