Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created September 8, 2023 12:26
Show Gist options
  • Save stephengruppetta/ded3f926da14ede44aa469c2a828e277 to your computer and use it in GitHub Desktop.
Save stephengruppetta/ded3f926da14ede44aa469c2a828e277 to your computer and use it in GitHub Desktop.
supermarket = {
"Bread": (3, "B"),
"Biscuits": (4, "D"),
"Butter": (1, "B"),
"Berries": (5, "C"),
"Bananas": (5, "C"),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment