Victor
03/06/2025, 12:16 PMVictor
03/06/2025, 12:19 PMlucian
03/06/2025, 2:44 PMVictor
03/06/2025, 5:04 PMfor i in list:
result = task(i)
print("Done")
the last task with i=5
never stops and has been running for over an hour.Victor
03/06/2025, 5:05 PMVictor
03/06/2025, 5:06 PMNate
03/06/2025, 5:45 PMVictor
03/06/2025, 7:16 PM