79092782

Date: 2024-10-16 06:55:10
Score: 1
Natty:
Report link

V1a gets defined in function charactersv1(). So it is only visible in charactersv1(). Define V1a as global as follows:

V1a = None
def charactersv1():
        global V1a
        V1a = Toplevel(root)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: oliverwigger