Member since
11-14-2017
1
Post
0
Kudos Received
0
Solutions
11-14-2017
09:06 PM
If you keep using `globals()` you will eventually get an error, as it keeps adding itself to itself and you eventually get one of the following errors: RuntimeError: maximum recursion depth exceeded while getting the repr of a list or RuntimeError: dictionary changed size during iteration
... View more