3 lines
64 B
Python
Executable File
3 lines
64 B
Python
Executable File
if __name__ == '__main__':
|
|
print('I should be executable.')
|