Skip to content

Instantly share code, notes, and snippets.

@kbberker
Created November 15, 2018 09:21
Show Gist options
  • Save kbberker/4bf0c653f637f9f76dc2c6616afd54a3 to your computer and use it in GitHub Desktop.
Save kbberker/4bf0c653f637f9f76dc2c6616afd54a3 to your computer and use it in GitHub Desktop.
Array of wizards
wizard = ["Harry Potter", 12, "brown"]
wizards = [["Harry Potter", 12, "brown"],["Ron Weasley", 11, "ginger"],["Hermione Granger", 12, "brown"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment