Help, I am stuck!

Workshop Resources
No worries! See if any of the following helps you, if not, feel free to reach out to one of us, and we will help you.
  1. Indentation is very important when you are working in Python. Be careful of spaces & tabs in your code, because indentation errors can sometimes be pretty difficult to spot. However on the positive side, strict formatting makes Python code very clean and organized. Are all your variables, functions indented properly as instructed?
  2. SyntaxError: invalid syntax
  3. IndentationError: unexpected indent
  4. NameError: global name '---' is not defined
  5. Cannot recognize error: spelling mistake?
  6. TypeError: Can’t convert ‘int’ object to str implicitly