Valid Python Code?

Anders M Eriksson anders.eriksson at morateknikutveckling.se
Wed Feb 16 10:05:02 EST 2000


Hello!

I'm just wondering is this a valid Python code snippet?

import os
for k,v in os.environ.values():
    print k,v


I can't get it to work!?

// Anders
Yes I did find this snippet on the Poor Mans Zope page...



More information about the Python-list mailing list