爲什麼random.shuffle在python中返回None? >>> x = ['foo','bar','black','sheep'] >>> from random import shuffle >>> print shuffle(x) None 我如何獲得洗牌後的值 ...
確定! 回上一頁