0 votes
in Python Flask by

Which module can be used to implement parallelism in Python3?

  1. await
  2. threading
  3. multiprocessing
  4. asyncio

1 Answer

0 votes
by

Which module can be used to implement parallelism in Python3?

  1. await
  2. threading
  3. multiprocessing
  4. asyncio

Answer: 3)multiprocessing

...