Build your intuition. Is this statement true or false?
The following code block on execution will generate an error.
PYTHON
1numbers = [0, 2, 4, 5, 7]
2for i in range(numbers):
3 print(numbers[i])
Press true if you believe the statement is correct, or false otherwise.