Python erhalten die aktuelle Anzahl von Threads

from threading import active_count
active_count()
Ninja Pinguin