Implement CPU burner using python
For the modern computers, they mostly have multiple CPU cores. We can use Python's multiprocessing module to automatically get the number of CPU cores. Then we use this module to spawn corresponding processes to generate load on all the CPU cores concurrently.
On each CPU core, we can perform arithmetic