Goku-kun / 1000-ways-to-print-hello-world-in-python

This is a public repository where the aim is to print "Hello, World!" in all different possible ways.
63 stars 73 forks source link

Using multiprocess Pool #44

Closed oprahadian closed 4 years ago

oprahadian commented 4 years ago

Print hello world in python with multiple process by cpu count

i hope it usefull for basic use of multiprocess

Goku-kun commented 4 years ago

Looks good, @oprahadian ! Nice work.