i wanted to make a code which you put a random number using Input (Should be more than two dights) and the program make it a list which is every dight alone, or with more precise I wont to spell the numbers
i've tried this and i don't found any solution
Ex of what i want to do:
input = "57472"
output = [5, 7, 4, 7, 2]