Cara Mendapatkan Jumlah Inti Dalam Python

import multiprocessing

multiprocessing.cpu_count() # or os.cpu_count()
experimental