为什么是 random.shuffle 返回 None 在Python 中? >>> x = ['foo','bar','black','sheep'] >>> from random import shuffle >>> print shuffle(x) None
確定! 回上一頁