This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reference "scramble.js": https://jeffdonahue.com/scramble.js [added] | |
# https://jeffdonahue.com/ | |
# Author: Abhishek Singh Sambyal | |
# Usage: Modify the email variable with your email. | |
# Run: python generate_scrambled_email_indices.py | |
# Output: scrambled email string with indices | |
from random import random |