python obtenir les noyaux d'os

import os

print(os.cpu_count())
florinrelea