摘要: 基础知识 # 例子1 import numpy as np teams_list = ["Man Utd","Man City","T Hotspur"] data = np.array([[1, 2, 1], [0, 1, 0], [2, 4, 2]]) row_format ="{:>15}" 阅读全文
posted @ 2021-07-14 11:17 该显示昵称已被使用了 阅读(175) 评论(0) 推荐(0)