Like in C and many other languages there are static variables which retain their value between function calls. Is there any equivalent in Python?
+1
A:
Already covered in
http://stackoverflow.com/questions/592931/why-doesnt-python-have-static-variables
Alex Lebedev
2009-04-03 10:25:29