I have never had this problem before, but when I try to shuffle the list, I get a "No" return
import random c=[1,4,67,3] c=random.shuffle(c) print c
The print statement returns βNone,β and I donβt know why, I was looking for an answer to this problem, but there seems to be something. I hope I'm not mistaken.
source share