Created
November 15, 2018 09:21
-
-
Save kbberker/4bf0c653f637f9f76dc2c6616afd54a3 to your computer and use it in GitHub Desktop.
Array of wizards
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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