mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
61 B
Python
9 lines
61 B
Python
|
|
v[0]
|
|
w[1:2]
|
|
x[3, 4]
|
|
y[5, 6:7]
|
|
z[8:9, 10:11]
|
|
z[12, ..., 13]
|
|
|