I mean something like this;
(我的意思是这样的;)
input: x = 12345
code: y = magic(x)
print(y)
output: (1, 2, 3, 4, 5)
I want to split the long interger in to many 1 length integers and put them in a list.
(我想将长整数分成许多1个长度的整数并将它们放在列表中。)
Hopefully you guys can help (希望你们能有所帮助)
ask by jeff translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…