def foo(): 'foo() -- properly created doc string'def bar(): passbar.__doc__ = 'Oops, forgot the doc str above'bar.version = 0.1help(foo)foo()print bar.versionprint foo.__doc__print bar.__doc__
Name (required)
email (will not be published) (required)
Website