Posts by trelha • 3 points
1 post
-
-1
votes1
answer573
viewsQ: Unboundlocalerror: local variable '' referenced before assignment python
I’m having trouble passing the name changed if it comes to a certain value CODE: import threading import time from random import randint def worker(message): f = open('addresses_0.csv', 'r') inicio…