import random alist = [1,2,3,4,5] random.shuffle(alist) print(alist) Please reverse the string “aStr” print("aStr"[::-1])