Python obtiene el número actual de hilos
from threading import active_count
active_count()
Ninja Pinguin
from threading import active_count
active_count()