mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
8 lines
81 B
Python
8 lines
81 B
Python
|
|
a = 1
|
|
b = 2
|
|
|
|
if __name__ == '__main__':
|
|
import module9
|
|
print(module9.y)
|