random.shuffle() changes the x list in place. Python API methods that alter a structure in-place generally return None , not the modified data structure.
確定! 回上一頁