0 / 60 seg.

In this code fragment, what will be the values of a and b?

import numpy as np
a = np.arange(100)
b = a[50:60:2]