On Jun 22, 2011 12:03 PM, "sidRo" <slacky2...@gmail.com> wrote: > > How to declare a constant in python 3? > --
You don't. Python doesn't have declarations (other than global and nonlocal). Convention is that anything in all caps should be considered a constant but there's no language-level enforcement of it.
-- http://mail.python.org/mailman/listinfo/python-list