为什么random.shuffle在Python中返回None? >>> x = [''foo','bar','black','sheep'] >>>来自随机导入的shuffle >>> print shuffle(x)无如何获取经过改组的...
確定! 回上一頁