Bug Report for https://neetcode.io/problems/python-intro-to-classes Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. > Inputs to classes are swapped. It should be `my_pet = Pet( "cat", "Fluffy")`