Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created September 8, 2023 12:14
Show Gist options
  • Save stephengruppetta/e14a5dbe79fa516df356ce3226f9d11e to your computer and use it in GitHub Desktop.
Save stephengruppetta/e14a5dbe79fa516df356ce3226f9d11e to your computer and use it in GitHub Desktop.
shopping_list = [
"Biscuits",
"Bread",
"Butter"
"Berries",
"Bananas",
"Bagels",
]
print("Time to start your shopping:")
print(*shopping_list, sep="\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment