On Sat, Feb 8, 2014 at 4:53 PM, Scott W Dunning <swdunn...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to