Skip to content

Instantly share code, notes, and snippets.

View drizzentic's full-sized avatar

Drizzentic drizzentic

View GitHub Profile
import random
# Pattern Key || Number to enter
# 0 =====> 1
# 1 =====> 2
# 2 =====> 3
# 3 =====> 4
def match_password(pattern, entered_pas, db_password):
session_pass = []