I installed numpy1.8.2 and then I tried the following code: import numpy as np a = np.arange(10) print a, np.random.shuffle(a). but its output is :.
確定! 回上一頁