"Arnaud Delobelle" <arno....email.com> wrote:

> In binary 2 is 10.  When you multiply by 10, you shift all your digits
> left by 1 place.
> When you multiply by 10**n (which is 1 followed by n zeroes), you
> shift all your digits left by n places.

I read somewhere:

Only 1 person in 1000 understands binary.
The other 111 don't have a clue.

- Hendrik

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to