"update date_time.md and exception_handling.md"

This commit is contained in:
Odion Sonny-Egbeahie 2022-06-28 20:59:22 +01:00
parent 9e70fef419
commit cbc3dc273e

View File

@ -265,6 +265,7 @@ for index, item in enumerate([20, 30, 40]):
```
```py
countries = ['Finland', 'Sweden', 'Norway', 'Denmark', 'Iceland']
for index, i in enumerate(countries):
if i == 'Finland':
print(f'The country {i} has been found at index {index}')