Hello,
does python have static variables? I mean function-local variables that keep
their state between invocations of the function.
Thanks,
Florian
does python have static variables? I mean function-local variables that keep
their state between invocations of the function.
Thanks,
Florian
Comment