# C:\python\hello.pyprint "Hello, world!"# C:\testModule.pyimport syssys.path.append('c:/python')import hellohello = reload(hello)