【笔记】2022.06.20 python数据分析三大神器numpy、pandas、matplotlib
0.引入案例RIGHTExample:names=['孙悟空','李元芳','白起','狄仁杰','达摩']courses=['语文','数学','英语']importrandomscores=[[random.randrange(60,101)for_inrange(3)]for_inrange(5)]print(scores)#[[100,97,76],[91,79,66],[84,78,71