import numpy as np np.random.seed(100) np.random.shuffle([1,2,3,4]). 为什么我得到[1,2,3,4] 作为o/p? 不应该洗牌吗? python python-3.x numpy ...
確定! 回上一頁