how to turn a int into an list code example Example 1: int to list python l = list(str(n)) Example 2: python make integer into a list res = [int(x) for x in str(num)]