Python Get OS núcleos

import os

print(os.cpu_count())
florinrelea