Python Errors Exercises

  1. For each of the following types of errors in python, turn to your neighbor and describe the type of error and give an example of code that would generate that error:
    1. Syntax error
    2. Runtime error
    3. Logic error
  2. What kind of error produces a:
    1. Bug
    2. Crash