mirror of
https://github.com/github/codeql.git
synced 2026-03-03 14:29:49 +01:00
15 lines
103 B
Python
15 lines
103 B
Python
|
|
#Magical values
|
|
|
|
one
|
|
two
|
|
|
|
#Make sure values exist in DB
|
|
1,2,3,4
|
|
|
|
a3 = ().three
|
|
a4 = False.four
|
|
|
|
a3
|
|
a4
|