Skip to content

Instantly share code, notes, and snippets.

View dbiswa4's full-sized avatar

Dipankar Biswas dbiswa4

  • Bay Area
View GitHub Profile
# Candy2.py
# by ___________
# based on skeleton code by D. Crandall, 11/2016
#
# A candy manufacturer makes 5 different types of candy bags, each of which
# is filled with lime and cherry candies but in different proportions.
#
# We've bought 100 bags chosen at random. For each bag, we've then opened
# it, randomly drawn 100 candies, and recorded the flavor of each one.
#