This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
# |