Implement a picker wheel in Python 3 using random
Discovering the diverse universe of craft beers can be both an exciting and overwhelming journey. But how do you choose which beer style to try next?Enter: the Craft-Beer Picker Wheel.
import random
def picker_wheel(choices):
"""Select a random ...
danielmuyshond.hashnode.dev1 min read