mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
18 lines
117 B
Python
18 lines
117 B
Python
|
|
#Magical values
|
|
|
|
one
|
|
two
|
|
|
|
#Make sure values exist in DB
|
|
1,2,3,4,5,6
|
|
|
|
a3 = ().three
|
|
a4 = False.four
|
|
|
|
a3
|
|
a4
|
|
|
|
five
|
|
six
|