when I want to init a number to infinitely small/big so that no other number is larger/smaller - there is C++ version - INT_MIN:
int global_min = INT_MIN #infinitely small number
what's the python equivalent version for super small, super big number?