摘要: 1.1 random 1.2. 索引切片 1.3. any all 1.1 random np.random.randint(low, high, size) 生成[low,high)之间的整数 Args: low:最小值(能取到) high:最大值(取不到) size:默认为None,表示生成随机 阅读全文
posted @ 2021-12-01 00:41 bingbingo 阅读(30) 评论(0) 推荐(0)