<p><br>
On Jun 22, 2011 12:03 PM, "sidRo" <<a href="mailto:slacky2005@gmail.com">slacky2005@gmail.com</a>> wrote:<br>
><br>
> How to declare a constant in python 3?<br>
> --<br></p>
<p>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.</p>