#๐ Clarification on Feedback
18 messages ยท Page 1 of 1 (latest)
@wind tangle
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.
I am just wondering what the feedback is hinting at being incorrect if that makes sense
i'm sorry i don't follow
wdym by "feedback is hinting"
is this a graded assignment or something
I do not understand the feedback and i want to know so that i dont make the mistake in future
and i cant ask for clarification until monday
well i don't see anything wrong in your code, you're getting the book based on book_number
if book_number is 1 then you get the first element in your books list
maybe they wanted you to use 0-based indexing?
perhaps the context of the rest of your code would help
Maybe they are asking for better code comments? I don't see anything wrong either. But it is a small code snippet out of context.
Another possibility is that you should be calling a book by title, vs a number. Books aren't generally called by a number.
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.
๐ Clarification on Feedback