Skip to content

Instantly share code, notes, and snippets.

View selik's full-sized avatar

Michael Selik selik

  • Seattle
View GitHub Profile
@selik
selik / hangman.py
Last active July 6, 2016 01:42
Simple implementation of the "Hangman" word-guessing game
import random
import string
drawings = (
r"""
------|
|
|
|
|
#yelp cluster finder
import re
import collections
def yelp_find(filename,kw):
open_filename = open (filename, "rU")
kw_list=[]
business_dict={}
for line in open_filename: