6 lines
87 B
Python
6 lines
87 B
Python
def main():
|
|
return 'THIS_IS_MAIN_MAIN'
|
|
|
|
def func():
|
|
return 'THIS_IS_MAIN_FUNC'
|