python 实现九型人格测试小程序

用python实现九型人格测试,并把测试结果绘制成饼图,实现代码以下:html # @Description: 九型人格 import xlrd, matplotlib.pyplot as plt data = xlrd.open_workbook(r'E:\python_script\nine.xlsx') table = data.sheets()[0] checkout = []#存储题号
相关文章
相关标签/搜索