#Import os Library
import os
#Print the number of CPUs
print("Number of CPUs in the system:", os.cpu_count())
Number of CPUs in the system: 4