I've been trying to figure out how to get python to count to a user supplied number, like 1,000,000 and was able to do that (with while and for loops); however, after several billion to a trillion+, the single cpu that python uses takes a long, long time to do that. Is it possible to use multiprocessing to spread the count load over several or all cpus?
@paulhildmann8392