I have this simple python code:
from threading import Lock, Condition, Thread n_threads = 5 global_list = [[]]*n_threads def update_list(t_id, lock): global