[Tutor] referencing vars()

Alan Gauld alan.gauld at btinternet.com
Sun Sep 16 00:55:18 CEST 2007


"Michael Langford" <mlangford.cs03 at gtalumni.org> wrote

> Please show us the function vars(). I don't think we have enough 
> info to
> help without it.

Its a builtin, it basically is similar to locals() as used here.

Try help(vars)

Alan G. 




More information about the Tutor mailing list