Python obtient le nombre actuel de threads

from threading import active_count
active_count()
Ninja Pinguin