Top "Language-construct" questions

Python: Any way to declare constant parameters?

I have a method: def foo(bar): # ... Is there a way to mark bar as constant? Such as "The value …

python constants language-construct