How to get the minimum number that can be represented?

Grant Edwards invalid at invalid.invalid
Sun Sep 20 13:44:14 EDT 2009


On 2009-09-20, Peng Yu <pengyu.ut at gmail.com> wrote:

>> You might also want to read up on the type() builtin
>
> I want avoid using any 'if' statement.

Why?

> In C++, I can use template.

If you want to write C++ code, then you should use a C++
compiler.

> How to do not use 'if' statement in python?

In python you use the 'if' statement.

-- 
Grant Edwards                   grante             Yow! I am covered with
                                  at               pure vegetable oil and I am
                               visi.com            writing a best seller!



More information about the Python-list mailing list