Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
756 views
in Technique[技术] by (71.8m points)

python-3.x - 如何在索引仅包含一个数字的列表中拆分整数?(How to split an interger in a list where the indexes have only one number in them?)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...