while True:
if choice != 0:
with Thread(target=one) as onee:
onee.start()
for i in al:
with Thread(target=some, args=(i[0], al, )) as pr2:
pr2.start()
with Thread(target=one) as onee:
AttributeError: __enter__