When using an ampersand ( & ) in the "prompt" argument to notepad.prompt() it gets "distorted" in a way that Windows programmers will easily understand. :-)
Examples:
notepad.prompt('Tom & Jerry', '', '')
produces:

notepad.prompt('Tom&Jerry', '', '')
produces:

The example directly above SHOULD produce the following:

Pythonscript 1.5.2.0