notebook.community
Edit and run
In [ ]: data = {"milk": 21, 'strong': 26, 'none': 3, 'decaf': 5, 'tea': 10, "hot chocolate": 7}
data = {"milk": 21, 'strong': 26, 'none': 3, 'decaf': 5, 'tea': 10, "hot chocolate": 7}
In [ ]: # do something exciting here!
# do something exciting here!