Skip to content

Instantly share code, notes, and snippets.

View buzypi's full-sized avatar

Gautham Pai buzypi

View GitHub Profile
@buzypi
buzypi / bullsncows.py
Created May 4, 2011 19:53
Bulls and Cows - Computer Simulation Code
# Bulls and Cows - simulation code
# For more info refer to: http://buzypi.in/2005/12/18/bulls-and-cows-computer-simulation-results/
# (c) Gautham Pai
# http://buzypi.in/
# This code is released under GPL: http://www.gnu.org/licenses/gpl.html
import random
import sys
class System: