Skip to content

Instantly share code, notes, and snippets.

@kbberker
Created November 15, 2018 09:21
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