Python Uzyskaj bieżącą liczbę wątków

from threading import active_count
active_count()
Ninja Pinguin