0 votes
in Python Flask by

.Name the low-level module on which threading is based.

  1. _thread
  2. thread
  3. _THREAD
  4. _threading

1 Answer

0 votes
by

    Name the low-level module on which threading is based.

    Answer: 1)_thread

    ...