Small question about globals. I have the following code:
counter = 0 class A(): global counter def connect(): counter += 1 print(&quo