In a previous draft of a Python program designed to validate user input, line 4 contained one syntax error and one logic error:
whlie guess < 1 or guess >= 50:
The program is intended to ensure that a user's guess is within the inclusive range of 1 to 50.
Complete the table to describe both errors on line 4.
| Error type | Description |
|---|---|
| Syntax error | |
| Logic error |