Contents:
[docs]def test(text="Hello world"): print(text) if __name__ == "__main__": test("name == main from nd.py") print("run from nd.py")