Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created May 3, 2023 11:59
Show Gist options
  • Save stephengruppetta/429f1872c3217da7e6dfe37da9bc5095 to your computer and use it in GitHub Desktop.
Save stephengruppetta/429f1872c3217da7e6dfe37da9bc5095 to your computer and use it in GitHub Desktop.
class Wizard:
def __init__(self):
self.name = None
self.patronus = None
self.birth_year = None
self.house = None
self.wand = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment