Glossary

Syntax error

Python catches the missing `)` before running. > 2. **Runtime error** — `IndexError` occurs when the list index is out of range. > 3. **Logic error** — the program runs fine but the tip is 10x too small. No exception is raised. >

Learn More

Related Terms