SyntaxFix
Write A Post
Hire A Developer
Questions
>>> import random >>> x = [1,2,3,4,5] >>> random.shuffle(x) >>> x [5, 2, 4, 3, 1]