Skip to content

Instantly share code, notes, and snippets.

View Shri333's full-sized avatar
💭
Always learning

Shri333 Shri333

💭
Always learning
View GitHub Profile
anonymous
anonymous / SciFair-Project.py
Created November 7, 2016 21:54
SciFair-Project created by Shrihan - https://repl.it/EQQz/20
import random
symbols = ["#", "$", "&"]
# Refactoring code:
# Split methods into more methods to refactor code.
# Random algorithm method that uses a generator to generate passwords.
def random_algorithm(password, length):
# Initial counter for attempts.