SyntaxFix
Write A Post
Hire A Developer
Questions
In python3, you can send the float value into the int function the get that number 1.7976931348623157e+308 in integer representation.
import sys int(sys.float_info.max)