Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created July 27, 2023 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephengruppetta/22e977e1845fadf8d195cb3ebc7ae0ad to your computer and use it in GitHub Desktop.
Save stephengruppetta/22e977e1845fadf8d195cb3ebc7ae0ad to your computer and use it in GitHub Desktop.
# making_magic.py
from hogwarts_magic import Student
hermione = Student("Hermione Granger", "otter", 1979, 1)
other_hermione = Student("Hermione Granger", "otter", 1979, 1)
print(hermione == other_hermione)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment