John Gordon wrote: > In <[email protected]> Laurent Pointal > <[email protected]> writes: > >> >> user_pword = promptUser_PWord() >> > >> > Show us the complete definition of promptUser_PWord(). > >> AFAIU It looks to be the module⦠> > If it were a module, it wouldn't be callable. It has to be a function > or a class.
So the error: SyntaxError: 'return' outside function -- https://mail.python.org/mailman/listinfo/python-list
