1from multiprocessing import Process
23defsay_hello(name='world'):4print"Hello, %s" % name
56p = Process(target=say_hello)
7p.start()
8p.join() # Tells the program to wait until p has finished it's job before exiting9
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content