array in Python

Python has list index out of range check.
```
cars = ["Ford", "Volvo", "BMW"]
print(cars[3])
```