res = [int(x) for x in str(num)]
res = list(map(int, str(num)))
l = list(str(n))
numList=[1,2,3] num=4 numList.append(num)