import sys
print(sys.executable)
import os
print(os.getcwd())
import numpy as np
import matplotlib
print (matplotlib.__version__)