How do I define a global constant...

SpreadTooThin bjobrien62 at gmail.com
Wed Sep 20 18:05:28 EDT 2006


How do I define a constant that I can use in my script...
For example lets say I have a file called constants.py and in there I
have PI = 3.14

in my test script I do:

from constants import *

How do I access PI later on?


Pardon my newbie questions...




More information about the Python-list mailing list