Skip to content

Instantly share code, notes, and snippets.

View giblet75's full-sized avatar

Steve Gibson giblet75

  • Holland, MI
View GitHub Profile

Keybase proof

I hereby claim:

  • I am giblet75 on github.
  • I am thegiblet75 (https://keybase.io/thegiblet75) on keybase.
  • I have a public key ASDkAPdZzRnNMhEwNNpoWA5uZxdZzIK3ieejB_kcgYBLIwo

To claim this, I am signing this object:

@giblet75
giblet75 / FbCm-31.py
Last active February 8, 2017 20:10
Some dictionary manipulation created by giblet75 - https://repl.it/FbCm/31
from collections import OrderedDict
import functools
d = [2,3,4,5]
x = {}
li = ((3,1),(3,1),(4,2),(4,2),(5,1),(3,4))
for val in d:
n = {1:0,2:0,3:0,4:0}