Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 184_notes:troubleshooting [2022/05/06 22:05] – woodsna1 | 184_notes:troubleshooting [2022/05/06 22:06] (current) – [Math] woodsna1 | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| </ | </ | ||
| === Divide by Zero === | === Divide by Zero === | ||
| - | If your code contains division by 0, you may get a confusing error message. Double-check that variables are properly initialized, | + | If your code contains division by 0, you may get a confusing error message. Double-check that variables are properly initialized, |
| ==== Loops ==== | ==== Loops ==== | ||
| If the conditional initially evaluates to False, the loop will never execute. | If the conditional initially evaluates to False, the loop will never execute. | ||