let's suppose I have an array
array = [A, B, C, D, E]
how can I randomize the order of the items in this array and put everything together into a string variable to print it.
Example of output: CABDE
let's suppose I have an array
array = [A, B, C, D, E]
how can I randomize the order of the items in this array and put everything together into a string variable to print it.
Example of output: CABDE