Python Dapatkan jumlah utas saat ini
from threading import active_count
active_count()
Ninja Pinguin
from threading import active_count
active_count()