I use python3.x,I want to know the scope of numerical type.
For example, the float, the maximum and the minimum.
I know the scope of java's float and int, but in python I can't find it now.
For example,java float from 10^-38 to 10^38,so python's float?