Python 2.7.6 help with modules

Chris Angelico rosuav at gmail.com
Sat Feb 8 00:56:37 EST 2014


On Sat, Feb 8, 2014 at 4:53 PM, Scott W Dunning <swdunning at cox.net> wrote:
> So, if I use the five digit # 50000, bar = 5000, and foo = 0 because there
> is no remainder after dividing by 10?  Does it make a difference weather foo
> or bar are written first?

That's correct. It'll be more visible if you use a five-digit number
with no zeroes in it. And no, it makes no difference, because you're
reading from one place and storing somewhere else.

ChrisA



More information about the Python-list mailing list