0
start=True
def funcA():
   if(start):
       #doSomething
    else:
       start=False

this leads 'starts' to an unresolved reference Is there a way to change 'start' to False inside funcA ?

Steven Rumbalski
  • 44,786
  • 9
  • 89
  • 119
yashodha_h
  • 944
  • 3
  • 9
  • 23

0 Answers0