Skip to content

Instantly share code, notes, and snippets.

def generate_email(f_name, l_name):
"""Returns a random email."""
common_email_providers = ["hotmail", "msn", "aol", "yahoo", "gmail"]
dictionary = file_to_list('data/dictionary.txt')
dictionary = small_dict(dictionary, 6)
user = ""
for i in range(3):
rand = random.randrange(1, 6)
if rand == 1: