Turn a single number into single digits Python

I want to make a number , for example 43365644 into single numbers [4,3,3….,4,4]

and append it on a list

Leave a Comment