def sanity_check():
"""
Report the version number of the core packages we use
:return: Nothing
"""
import matplotlib
print('matplotlib: {}'.format(matplotlib.__version__))
print('numpy: {}'.format(np.__version__))
print('pandas: {}'.format(pd.__version__))
###############################################################################
评论列表
文章目录