I have a list here
List = ['first', 'second', 'third', 'fourth', 'etc']
How can I loop through List
randomly with random indices and print each item in the random index. For example I want the output to look something like this:
Output:
fourth first etc third second