Python: Is there a way to split a string of numbers into every 3rd number?

Posted by Kyle W on Stack Overflow See other posts from Stack Overflow or by Kyle W
Published on 2010-05-10T07:48:17Z Indexed on 2010/05/10 7:54 UTC
Read the original article Hit count: 192

Filed under:
|

For example, if I have a string a=123456789876567543 could i have a list like...

123 456 789 876 567 543

© Stack Overflow or respective owner

Related posts about python

Related posts about list