#!usr/local/bin/python3 def test(): print('Hello World!') if __name__ == '__main__': test() print('module nameļ¼š{}'.format(__name__))