Python Get OS -ядра

import os

print(os.cpu_count())
florinrelea