You are viewing a single comment's thread. Return to all comments →
`if match is None: return 'WRONG PASSWORD' if match == login:hak_goswami return res + match
return , (passwords, login[len(match):], res + match + ' ')
Seems like cookies are disabled on this browser, please enable them to open this website
Password Cracker
You are viewing a single comment's thread. Return to all comments →
`if match is None: return 'WRONG PASSWORD' if match == login:hak_goswami return res + match
Does not use up stack space since we use a trampoline
return , (passwords, login[len(match):], res + match + ' ')