print(numpy.__version__)
import numpy assert(numpy.__version__ == '1.13.1')
# change this to false if you want to test exceptions assert True