I
Iamanalien
Hi,
how can i list all the variables that i am using?
how can i list all the variables that i am using?
Hi,
how can i list all the variables that i am using?
You can't.
What you can do though is list all the available names that Python knows
about, whether you are using them or not, by using the dir() or vars()
functions.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.