Python Obtenha o número atual de threads
from threading import active_count
active_count()
Ninja Pinguin
from threading import active_count
active_count()