A Simple Module Containing a Function # c:pythonhello2.pydef hello(): print "Hello, world!"You can then import it like this:sys.path.append('c:/python')import hello2hello2.hello()
Name (required)
email (will not be published) (required)
Website