import numpy as np a = np.arange(10) print a, np.random.shuffle(a). but its output is : [0 1 2 3 4 5 6 7 8 9] None. I don't know why it returns None ...
確定! 回上一頁