#๐ help pls
19 messages ยท Page 1 of 1 (latest)
@lyric briar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
because it should be
def __init__()
it's __init__, not init.
not just init
ohhhhh
tyyy
i wrote that myself didnt use auto complete ig ty
it works now
appreciate that ty
I'm not sure that's correct.
what are you reffering to?
There's a few things missing.
speaking of editor features, see how the .required_skill is white ? that means it cant find what that resolves to, u usually can fix this with typehinting 
@lyric briar I suggest looking into constructors and dunder methods. Since everything in Python is an object, building strong fundamentals in classes and object-oriented concepts will support your overall learning process.
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.