왜 파이썬 으로 random.shuffle 돌아 None 오나요? >>> x = ['foo','bar','black','sheep'] >>> from random import shuffle >>> print shuffle(x) ...
確定! 回上一頁