Python: Any way to declare constant parameters?
If bar is an inmutable object, bar won't change during the function.
You can also create your own constant object. The recipe here.
If bar is an inmutable object, bar won't change during the function.
You can also create your own constant object. The recipe here.