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)