Write a code that prints a permutation of numbers between 0-9. Tip: you can use rand() function
Sigiloso
1) create a list of numbers 0-9 2) randomize an index the size of the list 3) prints the number and removes it from the list * 2 and 3 are in a loop