摘要: import numpy as np ls1 = [10, 42, 0, -17, 30] nd1 =np.array(ls1) print(nd1) print(type(nd1)) import scipy import numpy as np from scipy import linalg 阅读全文
posted @ 2020-11-22 20:09 εε 阅读(73) 评论(0) 推荐(0)
摘要: print("模拟排球比赛,学号为04") from random import random def printInfo(): # 打印程序介绍信息 print('这个程序模拟两个选手A和B的某种竞技比赛') print('程序运行需要A和B的能力值(以0到1之间的小数表示)') def getI 阅读全文
posted @ 2020-11-22 20:01 εε 阅读(104) 评论(0) 推荐(0)