0 votes
in Python Flask by

Which module can be used to implement asynchronous communication in Python3?

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

1 Answer

0 votes
by

Correct Answer: 4)asyncio

...