Im new to python , trying to update my self from the time of ASP Classic.
In that time i use to have a page for vars that i included in my main page.
I like that method because i can keep all my vars organized.
I tried to do that with python but allways get errors, yes i tried declare them as global as well but still got errors.
Is there a way to do that with python or is it better to declare them as you go?
thanks