[Resolved] UnboundLocalError: local variable 'countUp' referenced before assignment Python

 

ANSWER FOUND HERE

I was having this problem

To solve it you add global with variable into the function as seen on stack overflow above, my example below:


problem solved, 


F3ND1MUS

Comments