>>> from foundation import executive >>> executive ('38999000 91056987 0041555666777 938777666 0041999666777') ('38999000', 4, 2) >>> executive ('35787656 91056987 938876545 913456543') ('35787656', 3, 0) >>> a = '38888777 91056988 0041999666777 938876666 0041999666444 ' >>> b = '0041999666555 0041666555444' >>> executive (a+b) ('38888777', 6, 4)