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