so Ive been trying to run the below code on my machine:
from multiprocessing import Process def work(): print("Im working...") if __name__ == \'