Write syntax of INT function.
Answers
Answered by
1
Answer:
The int() function converts the specified value into an integer number. The int() function returns an integer object constructed from a number or string x, or return 0 if no arguments are given. A number or string to be converted to integer object. Default argument is zero.
Answered by
1
consists of 1's and 0's base : (integer value) base of the number. Returns : Returns an integer value, which is equivalent of binary string in the given base.
Similar questions