mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
16 lines
133 B
Python
16 lines
133 B
Python
|
|
[ i+j
|
|
for i in range(1)
|
|
for j in range(2)
|
|
]
|
|
|
|
{
|
|
x * x for x in seq
|
|
}
|
|
|
|
{
|
|
y.attr : z()
|
|
for y, z in
|
|
mapping
|
|
}
|