✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Question #8: Which of the following print statements will print all the names in the list on a seperate line
```python
names = ['Ramesh', 'Rajesh', 'Roger', 'Ivan', 'Nico']
```