Skip to content

Instantly share code, notes, and snippets.

View newkdukem's full-sized avatar

Nikola Demerdjiev newkdukem

View GitHub Profile

Keybase proof

I hereby claim:

  • I am newkdukem on github.
  • I am newk (https://keybase.io/newk) on keybase.
  • I have a public key whose fingerprint is D1D4 4499 6CF2 88A1 317A EDBE 3269 672D 3F88 6704

To claim this, I am signing this object:

import re
import pprint
from collections import Counter
import random
Rechnik = {}
txtfile = re.findall(r'\w+', open('hamlet.txt').read().lower())
def give_me_pairs(words):