Hello
I am working with python interactively using IDLE.

Since starting, I defined some variables:
s='string'
a=1
b=[1,2]
c=1.02

and so on.

Now, I want to know which variables are in my workspace.
That is, is there a command similar to "who" in MATLAB ?
I want to call "who"
and get the output:
s a b c
(a listing of all the variables I defined in the session)

Now, is there a way to clear some or all the variables in that list ?


Thanks
Eli
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to