mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
8 lines
94 B
Python
8 lines
94 B
Python
|
|
def use_of_apply(func, args):
|
|
apply(func, args)
|
|
|
|
def use_of_input():
|
|
return input()
|
|
|