#try to avoid input function a = [1,2,3,4,5,6,7,8,9,10] import random random.shuffle(a) print(a)
Click the run button. Try to avoid input() function.