User Profile
Collapse
-
In most cases, this error is triggered when Python sees a variable name (Global or Local) and doesn't know what it's for. These errors can happen if you forget to initialize a variable , if you misspell a variable, or if you misspell a reserved word such as "True". Before you use the global variable in your function for reading, it must be first initialized somewhere: either outside of the function or inside it.Last edited by Niheel; Feb 17 '21, 07:47 AM.
No activity results to display
Show More
Leave a comment: