Pourquoi random.shuffle renvoie-t-il None en python?>>> x = ['foo','bar','black','sheep'] >>> from random import shuffle >>> print shuffle(x) None Comment ...
確定! 回上一頁