#๐ i accidently did my homework 7 instead of 6 and its due today- i need help lol
33 messages ยท Page 1 of 1 (latest)
@desert ore
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.
But there's only 3 in your screenshots
i can post the rest
i dont wanna do the homework omg ima cry
should i just do chat gpt and rewrite it
how much time do you have left
11:59pm but i have wipeday tomorrow for rust thats why im stressing
I don't think 11:59pm means much because timezones
I am assuming they are in the US
its 2:15 am
cuz only a US person won't give context
and you're still up? bruh
back to the questions, you can knock them out pretty quickly if you know what you're doing
re is especially powerful here
If the course hasn't taught re yet then they can't use it
it does list the standard library as a resource though
re?
regular expression
the regex module that's in the stdlib
in short, it's a powerful string matching tool
for example, this regular expression:
\d\d\d-\d\d\d
```will match any string that looks like `XXX-XXX`, where `X` is any digit (can be different from each other)
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.