def knights(): print "We are the Knights Who Say... \"Nee!\"" print "(Nee! Nee! Nee!)" print def poorSouls(): print "NO!\t Not the Knights Who Say \"Nee\"..." print knights() poorSouls() knights()