numéro à répertorier en python

# Declare a number
a = 12345
#Number to list
a_list = [int(x) for x in str(a)]
Successful Starling