Code L = [2, 24, 39, 12, 9] from random import shuffle shuffle(L) print(L) Comments Log in or register to post comments
Comments