#๐ Membership class not working
9 messages ยท Page 1 of 1 (latest)
@amber jungle
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.
it deleted my orignal message
ur kiddingg
https://paste.pythondiscord.com/IBZA
okay to put it simply, membership class not working, semi works, but it runs into an error, this is what it outputs
How would you like to proceed? 5
Are you a member with PapaPizza (yes/no)? no
Would you like to sign up (yes/no)? yes
Please enter your name: kenley
Welcome to PapaPizza, kenley! Your member ID is: 1
#it should run the finish order method here, but doesnt
An error has occured.
#i try again because i assume that because it gave me a member id, it might be in the members dictionary
Are you a member with PapaPizza (yes/no)? yes
What is your member ID? 1
#however it doesnt work and just asks if im a member again
Are you a member with PapaPizza (yes/no)?
i know my code is poorly written and mangled but if anyone can help me somewhat fix it that would be great, im cutting it close on time and im starting to panic ahaha
@amber jungle
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, 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.
๐ Membership class not working