import numpy import matplotlib # just do something with the packages print(len(dir(numpy))) print(len(dir(matplotlib)))