Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- algorithm = lambda string: ''.join([chr(ord(val)-id) for id, val in enumerate(string)])
- #the password is "notbad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement