Skip to content

Instantly share code, notes, and snippets.

@Darunia18
Darunia18 / combinationlock.py
Last active August 20, 2016 21:30
Combination Lock in Python
# This is in response to https://gist.github.com/ifvictr/3c0ca581b61cad4a4f243a09302f0137
row1 = ['N','B','D','M','J','P','R','S','T','L']
row2 = ['O','U','Y','R','T','L','H','A','E','I']
row3 = ['T','L','N','A','C','D','E','O','R','S']
row4 = ['E','D','H','K','Y','R','S','T','L','N']
for letter1 in row1:
for letter2 in row2:
for letter3 in row3:

Keybase proof

I hereby claim:

  • I am Darunia18 on github.
  • I am darunia18 (https://keybase.io/darunia18) on keybase.
  • I have a public key whose fingerprint is 7DCE FADA 7B06 5488 E956 69CA 9333 AB4B 80B4 CCFC

To claim this, I am signing this object: