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