zipcode = 02132 print zipcode
zipcode = 02132
print zipcode
result = 1114
What is your question? I guess, why is that. The answer is octal numbers. If a number starts with a zero, Python thinks you mean an octal number. (Base 8)