What's wrong with this code?

self needs to be the first parameter of the __init__ methodThere's nothing wrong with the codeWe don't need the self keywords in front of name and language

self needs to be the first parameter of the __init__ method.