Jak znaleźć liczbę procesorów z Pythonem

import os
print(os.environ["NUMBER_OF_PROCESSORS"])
Programmer of empires