# Images as arrays
Let's check the version of `scikit-image`:
```python
import skimage
skimage.__version__
```
```output
'0.12.3'
```
## Exercises
0. Describe exercise one here. The description may be longer than 80
characters, and flow over to the next line.
```
def foo():
return 1
print(foo())
```
You may want to include code snippets like the above that are not
executed.
0. Here follows another exercise.