How to ask for help
Having problems is normal. Please follow these six steps BEFORE you ask for help:
- Google the problem in general terms. For example:
python how to import a calendar
- Re-read your code (sometimes, reading backwards help you see little errors)
- Use your debugging tools
- Ask a friend
- Google the specific error message your program is raising
- Don't ask your teacher until you have a very specific question.